John Haugeland

Results 253 comments of John Haugeland

@futagoza - It's been two years and you haven't even fixed the readme Please let me help. @dmajda

The choice of symbol matters a lot, as this can interfere with other high priority features, like @Mingun 's range patch There isn't a particularly sensible alternative for ranges, so...

Fair. That was naïve of me. This allows `bob`, `dan`, and `bob,dan`, but not `bobdan`. What did I miss here? ``` Document = names WS = [ \r\n]+ fname =...

@polkovnikov-ph - there's also #36, which is similar to #45 but not identical The author's explanation seems to suggest that 36 is closer to what you meant

Okay, this is starting to look like something that genuinely should have an operator, as an ease of use thing. Most users won't have a Russian expert to ask dumb...

Or Ukrainian or whatever. I apologize: I saw a Cyrillic name. I shouldn't guess like that. Getting that wrong can be offensive.

> > Okay, this is starting to look like something that genuinely should have an operator, as an ease of use thing > > here we approach the question put...

`type` is a reserved word and will cause problems with legacy browsers and many approaches to attempting `typescript` support. Even though it's strictly legal, I recommend that a different term...

None of this should happen. There should be no short syntax. None of this is necessary if we just parse arrows normally, instead of trying to shim them in sideways....

> > Arrow functions are older than ES6 and ES6 is from 2015. This was solved six years ago. No invention should happen here. > > Uh. That's news to...