sudsy / node-find-files

A Node Module for finding files by attributes. Originally developed to find files modified since a particular date. Uses an eventemitter model so the results can start streaming back as soon as they are found.
15 stars 7 forks source link

rename node_find_files to something Pascal cased #1

Closed capaj closed 9 years ago

capaj commented 9 years ago

In the example, you have a variable named node_find_files . That is a constructor, by an unspoken convention, all constructors in JS should be Pascal cased. So something like FindFiles would make more sense.

sudsy commented 9 years ago

Thanks for picking that up. Of course that's how it should be.