In what ways can you comment in CoffeeScript?
The documentation say you can use three hash symbols to start and close a comment block:
### Comments
Use a single # sign
# like this
One character seems pretty minimal ;)
Also:
### This block comment (useful for ©-Copyright info) also gets passed on to the browsers HTML /* like this! */ ###