Labs/Jetpack/Reboot/Best Practices
Jump to navigation
Jump to search
The following are best practices for reboot development. Nothing is (yet) set in stone, so propose and debate and stuff.
- See Labs/Jetpack/Reboot/Style_Guide for coding style guidelines/discussion.
We also need to cover:
- how to namespace packages (e.g., require("foo/bar/baz"))
- out-of-code documentation (e.g., tutorials and guides)
- unit testing
- memory leak detection
- module unloading
- security
- localization
- API design