TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Signs that you're a good programmer

4 pointsby decklinalmost 13 years ago

1 comment

klsalmost 13 years ago
<i>Almost no committed code that is commented out</i><p>I don't 100% agree with this one, at a company I worked at they had a policy of commenting out code, adding a date it was commented out and a reason why. After 90 days aging it would be removed by a script, which would delete the commented out code, grab the description of why it was removed and then do a commit to source control with the description. This actually worked great for documentation of changes that occurred. Now granted you can do the same thing by requiring comments on commits in source control and then researching the version history. But having it right there in the code made the process of investigating code very fluid.