Closed
Description
At the moment, CoffeeScript puts the utility functions at the top of the script (as it does with all other variables). Unfortunately This causes the preamble of the file to be quite long - and it pushes line numbers further out.
If named functions were used instead, the functions could be placed at the bottom of the file as they would still be in scope.
Here's an example as a gist : https://gist.github.com/1180503
Metadata
Metadata
Assignees
Labels
No labels