DEV Community

Discussion on: What are your worst coding habits?

Collapse
 
lbonanomi profile image
lbonanomi

Finding an exciting library/package/technique and then prowling for problems that my new toy will fix.

Never going back and removing the shell pipes and system calls after the prototype worked.

parsing argv in main.