Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] code cleanup / M3 endgame

Hi *,

every milestone includes a code cleanup. Next week we are starting with the 
endgame for M3 and this includes (but is not limited to...):

 * full text search for TODOs, XXX, FIXME: those need to be cleaned up
 * full text search for System.out / System.err: those are only ok in tracing
 * full text search for printStackTrace(): those need to be cleaned up
 * documentation, javadoc, CheatSheets, New&Noteworthy, Help, ...
 * formatting, code style
 * code that is not reachable (e.g. it is in comments or a method is not
   called from the code) must be removed
 * ...

It's worth to start with that as soon as possible.

Regards
Markus


Back to the top