This is obviously very important if you wanna make a software more maintainable and flexible.
I am currently working on SCJD exam. and made brief disciplines for refactoring the SCJD assignment application.
It's because I thought refactoring a software would take forever.
needed to set the goals in respective with the target software.
SCJD application would have to be as much simple as it can be..I felt after reading lots of forum topics on Saloon.
here is my refactoring disciplines.
1.decouple with other class
2.simple logic
3.easily understandable naming given to classes, variables, and methods.
4.follow famous object oriented disciplines (and patterns if you think you can apply without much changes, and giving more complexity.)
References:

No comments:
Post a Comment