-
Notifications
You must be signed in to change notification settings - Fork 774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BBurns meeting notes 7/23/2020 #93
Comments
Does |
Yeah |
I would strongly prefer making type required. :) |
Discussed the feedback in team meeting on 7/28. Here are the takeaways:
@marcre, @lwang2016, @snarkywolverine, @jorgecotillo and others please let me know if I missed anything here. |
|
Good pt on overloading the
We didn't discuss removing the list comprehension brackets at all.
That's what we said at the meeting. Let's see if it is a problem first and then add it later if it is. |
Just realized GH at my quote syntax :) meant to write `...` What about brackets on non-resource arrays?
|
Spent most of the team meeting today re-discussing the issues:
|
The discussion regarding resource loop brackets placement also provoked a new direction for array parameters. Captured a proposal in #114. |
Parameter, variables and outputs
Brackets on resource loops
resource[]
syntax. An alternative suggestion would be to make resource more a type than a keyword. For example:Filters
We're fine to defer the filter implementation. Can potentially investigate whether resource loops and conditions can be combined to achieve resource filtering, but it won't work for value filtering.
String literals
@
strings in C#). It would make typing certain symbols like$
without requiring escapes.Automatic Semicolon Insertion/whitespace sensitivity
Decompiler/Round-tripping
Resource declarations
Modules
The text was updated successfully, but these errors were encountered: