When do you know the time to refactor / view some piece of code? And better yet, when will you do this?
Probably, like the others, I found that I know that something needs a refactor / review, but the timing and management did not leave time for this. I would also like to hear how you include code review in the overall development process.
Recently, I found myself doing this before working on new features / code. For example, if I need to develop or change something in the module X of the application, I review the code on this module. I found that this also helps me better understand the module so that I can make changes easier.
So when do you know this time and when do you do it? And most of all, how do you include it in project planning?
source
share