GitHub - nprapps:bestpractices: Best practices and coding conventions for the NPR Visuals team.
GitHub - nprapps:bestpractices: Best practices and coding conventions for the NPR Visuals team.
Activity
a… Upda… 2 months ago
Custom properties
g… Add … 6 years ago
292 stars
29 forks
j… Upda… 5 years ago
Report repository
p… Not a… 11 years ago
Releases
Packages
NPR Visuals' No packages published
Best Practices
Contributors 6
Index
Project documentation
Naming things
Version control
Servers
HTML and CSS
Javascript
Python
Assets
Project documentation
Naming things
Prefer... to...
setup init
wrapper wrap
render draw
(Note: sometimes these words
don't mean the same thing, but
when they do, prefer the former.)
Version control
Development of major
features should happen on
separate branches which
periodically merge from
master until development of
the feature is complete.
Never, ever store
passwords, keys or
credentials in any
repository. (Use environment
variables instead.)
See git.md.
Servers
Javascript
See javascript.md.
Python
See python.md.
Assets
See assets.md.