Is Current CoffeeScript Module Pattern Valid?
I have a Node.js web application that’s written in CoffeeScript, which has a set of “services”. These various services are currently exposed as a CoffeeScript class
, which does a few things that I like.