Best practices for things you should and should not do when coding Java.
The purpose of this is to form a set of best practices for formulating:
- Coding Standards
- Eclipse Code Templates
- Intellij Code Templates
- Effective Java - Joshua Bloch
- Clean Code - Bob Martin
- Object Calisthenics - http://www.markhneedham.com/blog/2008/11/06/object-calisthenics-first-thoughts/
Others on Github (None Really):
- UI Best Practices, Concurrency - https://github.com/todd-cook/Java-Best-Practices-UI
- JToolBox - https://github.com/vmous/jToolbox