TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Signs that you're a good programmer

4 点作者 decklin大约 13 年前

1 comment

kls大约 13 年前
<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.