874
edits
(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 | |||
edits