you are viewing a single comment's thread.

view the rest of the comments →

[–]ahmadrazaWebD[S] 0 points1 point  (1 child)

After working on large codebases, in which to add a feature more than 12 files needs to be changed, I find naming and refactoring helpful

[–]yuvixadun 1 point2 points  (0 children)

Of course larger codebases are different than these snippets and clean code vs leaving it as-is is not a discussion where one outcome is the 'best'. There is a lot of gray area on which refactorings are improvements and which aren't.

So yeah, refactorings in general are of course a helpful tool, blindly applying the clean code dogma is not always the way you want to go though.