angular-brunch-seed-livescript icon indicating copy to clipboard operation
angular-brunch-seed-livescript copied to clipboard

Looks like the condition goes before function call in Livescript

Open flyakite opened this issue 11 years ago • 1 comments

I'm new to Livescript. A function call in a if-else condition like this could cause an unexpected behavior. How do I avoid this ambiguity in the future?

flyakite avatar May 16 '13 05:05 flyakite

Using parenthesis, inversing the order, ...

vendethiel avatar May 16 '13 06:05 vendethiel