bitpay / bitcore-ecies

A module for bitcore that implements the Elliptic Curve Integrated Encryption Scheme (ECIES).
MIT License
58 stars 70 forks source link

Lowercase naming convention #18

Closed braydonf closed 9 years ago

braydonf commented 9 years ago

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.

martindale commented 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.

braydonf commented 9 years ago

For clarity on what is exposed, please refer to the docs, as this will be much more helpful.