Skip to content

Development Conventions: Eclipse IDE

spheras edited this page Mar 21, 2013 · 1 revision

Eclipse IDE

Eclipse is the prefered IDE for the team. Just now we all are developing with the Juno version. Of course, you can select the IDE that you prefer, but its very important to NOT UPLOAD any file generated by any IDE.

For instance, eclipse generate .project and .classpath files.. These files should be ignored with GIT in order to have clean code.. Git will only store the code source files, not the files generated by IDEs