DEV Community

Discussion on: What are your worst coding habits?

Collapse
 
crongm profile image
Carlos Garcia ★ • Edited

This is what I came to post. I can spend up to an hour checking if there's something in the code base that can be reused for the task I have at hand, and then thinking about how it can be reused, adapted, or modified for different cases. And sometimes it's just easier to write a simple function or method to deal with the problem.