- for maven create initial pom.xml
- for scala - build.sbt
- or define gitignore for different type of projects.
I know that there is some handy tools like gitignore generators, etc...
Tell you truth every single time I finish with going through all my previous projects and trying to find something close to the one that I'm doing at the moment. Then look into libraries to find if there are some new ones worth upgrading ... Yes, i know it could be fun, but ...
Finally I decided to do some life hack and have my BASE DEFAULTS - I created this project: https://github.com/yarenty/DEFAULTS
And hope I will keep them updated.
PS: Apart standard one I'm keeping stuff like "must install in new eclipse"
Findbugs:
http://findbugs.cs.umd.edu/eclipse
PMD:
http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/
Checkstyle:
http://eclipse-cs.sourceforge.net/update/
or new marketplace version:
http://eclipse-cs.sourceforge.net/
No comments:
Post a Comment