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