5
votes
16answers
300 views
Refactoring: When do you know it’s time and when do you do it?
When do you know it's time to refactor/review some piece of code ? And better yet, when do you do it?
Probably like others, I've found myself knowing that something needs a refactor/review …
0
votes
Refactoring: When do you know it’s time and when do you do it?
To get into a specific problem: There's a project where some bad code was written (even by people who are no longer in the company) during a few months. A full rewrite would be unfeasible and I cou …
