Changes between Version 6 and Version 7 of StudentTips


Ignore:
Timestamp:
2011-02-13T20:05:05Z (13 years ago)
Author:
Martin Sucha
Comment:

Add link to coding standard

Legend:

Unmodified
Added
Removed
Modified
  • StudentTips

    v6 v7  
    1515
    1616== Implementation ==
    17   * Stick to the HelenOS coding style.
     17  * Stick to the [http://www.helenos.org/cstyle HelenOS coding style].
    1818  * 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.
    1919  * 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.