I'm working on a node.js application framework. I'm trying to create a base class for a controller that will be inherited from for specific controllers. The controller needs to return the name of an associated client-side JS file. For instance, the controller firstController.js would return "first.js" as its client-side JS file name. Instead of specifying the name of the file in all the subclasses, I wanted a method on the