I've been interested in Node.js's file naming convention for modules with two words. When using require() to include files in your projects, what convention do you abide by? Because you can't use hyphen within a variable name doesn't it seem a little silly? Should the variable name match the module file name? Node.js seams to abide by using the underscore. What do you prefer and why?