|
Which conventions should we follow in GMT project? There are Eclipse conventions at http://dev.eclipse.org/conventions.html . Should we follow those blindly?
|
|
This issue could also be mentioned on the list of possible refactoring issues, but i believe first of all we should agree on what warnings we shall fix. Thus, this is also a coding convention issue ;)
-- AntonLitvinenko - 04 Jul 2004
|
> > |
FUUT: I have always used Eclipse with ignore warnings about unused imports. Now, with Eclipse 3, I found that there are >150 of them, so I am fixing them all. It makes the dependencies that we have more clear. I think that in the generated code it is more difficult to avoid unused imports.
-- GhicaVanEmdeBoas - 05Jul 2004
|