DEV Community

Discussion on: What are your worst coding habits?

Collapse
 
stefant123 profile image
StefanT123

Two things:

  • I Always try to reinvent the wheel. It's very time consuming, but I guess that's my way of learning things.

  • Trying to learn everything even though I know that's immposible.

Collapse
 
pedrommarquesm profile image
Pedro Marques

Sometimes I too feel the obligation to create something from scratch, instead of picking some package/library that does that already!