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've been looking at the LiveScript additions to coffeescript and I feel that there is one piece of livescript that we can adopt that will remove the last few mandatory parens from coffeescript. That feature is the "bang" syntax for calling functions with no arguments. e.g.
I've been looking at the LiveScript additions to coffeescript and I feel that there is one piece of livescript that we can adopt that will remove the last few mandatory parens from coffeescript. That feature is the "bang" syntax for calling functions with no arguments. e.g.
This would be very handy for those of us who detest parens and love coffeescript for it's ability to do away with them.
The text was updated successfully, but these errors were encountered: