Changes between Initial Version and Version 1 of Writing Rules/Naming Guidelines


Ignore:
Timestamp:
Mar 28, 2007, 2:50:56 PM (17 years ago)
Author:
Nicolas Pouillon
Comment:

Separate guidelines

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Naming Guidelines

    v1 v1  
     1
     2= Naming conventions =
     3
     4The following conventions are not mandatory, but can help to read the code.
     5 * All port names should be prefixed with `p_`
     6 * All internal register names should be prefixed with `r_`
     7 * All member variables should be prefixed with `m_`
     8
     9These rules can help understanding variables semantics or
     10having a [wiki:EditorUtils/EmacsHighlight better syntax highlight].