What "bad practice" do you do, and why?

Posted by coppro on Programmers See other posts from Programmers or by coppro
Published on 2008-12-08T20:56:02Z Indexed on 2011/06/23 0:32 UTC
Read the original article Hit count: 520

Well, "good practice" and "bad practice" are tossed around a lot these days - "Disable assertions in release builds", "Don't disable assertions in release builds", "Don't use goto.", we've got all sorts of guidelines above and beyond simply making your program work. So I ask of you, what coding practices do you violate all the time, and more importantly, why? Do you disagree with the establishment? Do you just not care? Why should everyone else do the same?

cross links:

What's your favorite abandoned rule?

Rule you know you should follow but don't

© Programmers or respective owner

Related posts about language-agnostic

Related posts about coding-standards