Focus on:Refactoring
Seperation of Concepts
Inversion Of Control
Desing patterns
They are all trying to tell you one common thing.
Please Make It Simple and Organized
No matter what size is your project and how many teams/developers involved, the complexity if the code has tendency to be more complex. And after awhile it turn in to a YET another OLD piece of CRAP.
Refactoring is the only way to avoid this fate. Here is some tools and practices that would help you
- Pair Programming
- Refactoring
- Code Review
- Design Pattern
- JDepend :High Dependecy, is a property of sickness
- CheckStyle: Long lines of code
Related Posts
No related posts.





True.
If the companies keep on forcing developers to be fast and dirty, refactoring will be inevitable when they need to extend the product
actually quality must be demanded by management first, Of course