DEV Community

Discussion on: Avoid code oversimplification with RoR

Collapse
 
gerardosandoval profile image
Gerardo Sandoval

Hahaha, I like that approach! Definitely while debugging you can identify big chunks of code that can use a refactor and follow the KISS approach.

I personally check the complexity of the bug first, and reverse engineer the process to identify the source... If by the time I found the source of the bug I already forgot how and where in the code I started, then I propose a refactor or at least add some comments to guide the process.