Because coffeescript is really just a thin veneer over javaScript there are, in my opinion, a few lost opportunities. For example, when you create a class all members (properties or functions) are public. However, there are work arounds. I created a class to help me work with query string parameters. Actually, I ended up creating …
Continue reading “Private members in coffeescript and the query string”