Live data from Hacker News

Ask HN: What horrible things do you do in your own code when no one is watching?

news.ycombinator.com

11–20 of 40 posts

Re: Ask HN: What horrible things do you do in your own code when no one is watching?

#17
post #14

Minimal comments and documentation. Why should I comment or document if no one else will ever see it maintain it?

I'm guilty of the exact opposite - sometimes I comment too much, to the point that the code becomes LESS readable...

or a huge block of comments at the head of my main file, with all the TODOs...

Also, not using version control, and only switching to it when the project is already a considerable size...

Post reply on HN