Changes between Version 6 and Version 7 of StudentTips
- Timestamp:
- 2011-02-13T20:05:05Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StudentTips
v6 v7 15 15 16 16 == Implementation == 17 * Stick to the HelenOS coding style.17 * Stick to the [http://www.helenos.org/cstyle HelenOS coding style]. 18 18 * Adhere to good coding practices, such as adequate commenting, avoiding dense code, using horizontal spacing as visual delimiter and keeping the block nesting level under control. 19 19 * Self-contained code is good, but avoid poorly integrated code. Poorly integrated code is pointlessly concentrated in one subdirectory of the source tree. For example, putting new generic ADT's and IPC primitives under the networking directory is a sign of poorly integrated code.