You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks quite cool! Looking forward to seeing more and hopefully helping out at some point.
What is the reason for "going against the grain" and using _ separators instead of camelCase for identifiers?
In #3, you mention that the reason you prefer ' and ` for characters over " is that you don't want to have to press shift. That argument resonates with me.
In keeping with that theme, isn't it more efficient and easier to use camel case over underscores? The camel case method doesn't require you to reach a satellite key, plus is more normal for users in most languages (in my experience at least).
I guess it just seems odd to make so much of the language feel very similar to Go, but then abandon camel casing.
Just a thought. Do with it what you will 😄
The text was updated successfully, but these errors were encountered:
This looks quite cool! Looking forward to seeing more and hopefully helping out at some point.
What is the reason for "going against the grain" and using
_
separators instead ofcamelCase
for identifiers?In #3, you mention that the reason you prefer
'
and ` for characters over"
is that you don't want to have to press shift. That argument resonates with me.In keeping with that theme, isn't it more efficient and easier to use camel case over underscores? The camel case method doesn't require you to reach a satellite key, plus is more normal for users in most languages (in my experience at least).
I guess it just seems odd to make so much of the language feel very similar to Go, but then abandon camel casing.
Just a thought. Do with it what you will 😄
The text was updated successfully, but these errors were encountered: