Parent Directory
|
Revision Log
----------
|| Tom ||
----------
****************
** indentatie **
****************
- geen tabs NIET OK
*alle lijnen
- indentatie OK
- karakters per lijn N/A
*************
** spaties **
*************
- spatie na komma's N/A
- spatie na # symbool N/A
- spaties voor en na = N/A
- spaties voor en na wiskundige symbolen N/A
- geen spaties tussen functienaam en ( N/A
- geen spaties voor komma's N/A
**************
** algemeen **
**************
- imports per lijn N/A
- alleen nodige imports N/A
- imports na comments N/A
- imports gegroepeerd N/A
- commentaar up-to-date N/A
- compilerend N/A
****************
** docstrings **
****************
- functies N/A
- classes N/A
- methoden N/A
- beschrijving
* return values N/A
* parameters N/A
* side effects N/A
* exceptions N/A
* restrictions N/A
* when called N/A
****************
** benamingen **
****************
- module names (lower case + short) N/A
- class names (capitalized) N/A
- exception names (start with capital) N/A
- datamembers (lower case and _) N/A
- function and method names N/A
- constants N/A
- global variables N/A
- variables in beginning of block N/A
- use getters and setters N/A
|
Kevin Pinte Powered by ViewVC 1.0-dev |
ViewVC Help |