Refactor code
Jump to navigation
Jump to search
…product development, completing product backlog items.
✣ ✣ ✣
A small code base contains less bugs and is less effort to maintain.
Refactoring encompasses any changes to the system that leaves its behavior un- changed but enhances some nonfunctional quality (i.e. simplicity, flexibility, under- standability, or performance).
Therefore:
Take every opportunity to eliminate redundant code and rewrite code, making it more elegant.
✣ ✣ ✣
✣ ✣ ✣