[se4_repository] / trunk / inspections / it1 / commentlist.txt Repository:
ViewVC logotype

View of /trunk/inspections/it1/commentlist.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1320 - (download) (annotate)
Fri Apr 28 21:48:14 2006 UTC (7 years ago) by ephilips
File size: 2190 byte(s)
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