You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2018. It is now read-only.
This is a continuation of #79, I've noted that there're a few styles not following (that I know of) explicit conventions.
The ones I could came up with:
what to use when refering to different values (how to format strings, how to format booleans, etc). Example: the Buffer docs uses 'true' to reference a boolean value once but mostly uses just true.