Labs/Jetpack/Reboot/Best Practices: Difference between revisions

added more TODOs
(Oops, typo)
(added more TODOs)
Line 2: Line 2:


* See [[Labs/Jetpack/Reboot/Style_Guide]] for coding style guidelines/discussion.
* See [[Labs/Jetpack/Reboot/Style_Guide]] for coding style guidelines/discussion.
We also need to cover:
* how to namespace packages (e.g., <tt>require("foo/bar/baz")</tt>)
* out-of-code documentation (e.g., tutorials and guides)
* unit testing
* memory leak detection
* module unloading
* security
* localization
874

edits