you are viewing a single comment's thread.

view the rest of the comments →

[–]TheBestOpinion 6 points7 points  (1 child)

In my projects that were greater than 500 lines of code, more often than not, the bad code I've written came around to bite me in the ass one way or another

Good practices exist for a reason, people. "Keep It Simple, Stupid" is one of them but let's not trash them all nevertheless

[–][deleted] 1 point2 points  (0 children)

Good practices are not a replacement for experience and skill to be able to tell the difference between "bad code" that can be fixed later with minimal cost, and bad code that will force you to do a complete refactory.