Changes between Initial Version and Version 1 of Writing Rules/Naming Guidelines
- Timestamp:
- Mar 28, 2007, 2:50:56 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Naming Guidelines
v1 v1 1 2 = Naming conventions = 3 4 The 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 9 These rules can help understanding variables semantics or 10 having a [wiki:EditorUtils/EmacsHighlight better syntax highlight].