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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

When a Colleague's Mistakes Affect You

5 点作者 dlnovell超过 15 年前

1 comment

edw519超过 15 年前
There's one more case OP doesn't mention that affects many of us programmers...<p>The colleague whose mistakes affect you most is long gone.<p>I do a lot of work that depends upon those who preceded me. I may "borrow" their code to avoid reinventing the wheel, I may need their libraries, I may have to modify their app, and of course, I may just have to fix their bugs.<p>So I have to add to my project: understanding their code, refactoring it as needed, rewriting gross violations of standards (and common sense), or just cleaning it up in order to build upon it.<p>Management doesn't want to hear about our problems with the pre-existing code base. But they are very real, sometimes doubling or tripling the resources needed even for the simplest projects.<p>The best way I have found to handle this is to always do what I think is the best thing in the long run, lay it out clearly, and make it clear why we'd all be better off in the long run. This is not always automatic or obvious.