1.0.2 • Published 6 years ago

datatype-handlers v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

Function-naming conventions:

All functions that return something that is not boolean begin with the word 'get'.

All functions that return boolean have names that imply they return boolean, such as 'isEmpty' or 'notEmpty', or 'isArray'.

All functions begin with lowercase letter, are camel-cased, and contain no underscores, except for a few exceptions where the function's name is long.