Refactoring
What is?
Keep program readable, understandable, maintainable
Behavior preserving
Test the code.
Why?
- Requirements change
- Design needs to be improved.
- Sloppiness/Laziness. (Copy-Paste)
Last updated on
Keep program readable, understandable, maintainable
Test the code.