Closed gosukiwi closed 9 years ago
While it does save typing, I found this feature in CoffeeScript to be very stabby (is that even a word?). Especially with nested function calls, it's easy to cause ambiguities when reading, and have it compile to something other than what you were expecting.
Yeah after a while of using coffeescript I didn't really like this... It makes things quite inconsistent, and you have to end up following a coding standard to not get confused.
In that case, will you close the issue?
Make it so function calls can have optional parens if they have arguments