What is the worst programmer habit?

Posted by 0x4a6f4672 on Programmers See other posts from Programmers or by 0x4a6f4672
Published on 2011-06-22T06:18:48Z Indexed on 2011/06/22 8:30 UTC
Read the original article Hit count: 232

Many people get into programming because programming is fun. At least in the beginning. After some time doing it professionally, programming is no longer fun, often just hard work. Sometimes we develop bad habits along the way to make it fun again. Some bad habits of programmers are well known, for example the "I fix that in a second" habit, the "reinvent the wheel" practice or the "all code except mine is crap" attitude (which often leads to "I will re-write the entire program from scratch" syndrome). There are things which a programmer should never do. What is the worst programmer habit?

© Programmers or respective owner

Related posts about language-agnostic

Related posts about coding-standards