From: Martin D. <mar...@no...> - 2006-06-07 06:17:06
|
Andrea Aime a =E9crit : > Two interesting suggestion that came up during the gt2 meeting to reduc= e=20 > visual clutter: > - reverse engineer dependencies only from public/protected methods,=20 > avoid private ones I suggest to avoid static fields/methods too. Static fields are often enu= merations or pre-defined=20 instances of the same class. It would avoid recursive arrows from a box t= oward the same box just=20 because a predefined constant exists. Martin. |