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
I feel like these alternatives are mainly just things that people are going to want to write linter rules against. But I had the same feeling about quote-less strings, and maybe alternatives are fine.
Similar to the "I'll probably type #NaN" thing, depending on whether I've been most recently writing Python or JS my fingers naturally spell it True or true.
So I guess I'm weakly for making them insensitive (but maybe with a recommendation about using lowercase as the canonical serialization?)
Can/should we make keywords case insensitive? That is,
#true
,#null
,#nan
, etc.The text was updated successfully, but these errors were encountered: