DEV Community

Discussion on: The Curse of the IDE

Collapse
 
bergamin profile image
Guilherme Taffarel Bergamin

IDEs might alert you to bad habits that may slow down your code even if functional. They could alert you of duplicate code that could be refactored into a single method.

Thing is that an IDE might show you a second opinion on your code, which is always a good thing. It makes you think over that masterpiece of a code you just chiseled and find a little extra nipple for you to remove