Parent Directory
|
Revision Log
inspection
------------
|| Eline ||
------------
vesrion: 0.4
****************
** indentatie **
****************
- geen tabs OK
- indentatie OK
- karakters per lijn NIET OK
* lijn 51
* lijn 63
*************
** spaties **
*************
- spatie na komma's OK
- spatie na # symbool NIET 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 NIET OK
- classes OK
- methoden NIET OK
- beschrijving
* return values NIET OK
* parameters NIET OK
* side effects NIET OK
* exceptions NIET VAN TOEPASSING
* restrictions NIET OK
* when called NIET OK
****************
** benamingen **
****************
- module names (lower case + short) OK
- class names (capitalized) OK
- exception names (start with capital) NIET VAN TOEPASSING
- datamembers (lower case and _) OK
- function and method names OK
- constants NIET VAN TOEPASSING
- global variables NIET VAN TOEPASSING
- variables in beginning of block OK
- use getters and setters OK
|
Kevin Pinte Powered by ViewVC 1.0-dev |
ViewVC Help |