Closed braydonf closed 9 years ago
Actually, I'd like to evaluate the inverse – that is, Bitcore should expose upper-cased class files, as it is then immediately clear what files expose classes, and which do not. All other modules would then follow suit, as well.
For clarity on what is exposed, please refer to the docs, as this will be much more helpful.
All of the bitcore modules use a lowercase naming convention, e.g.
lib/privatekey.js
, for the purposes of consistency, we should standardize on this to avoid common typing mistakes.