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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How much of your career has been building vs. maintaining?

27 点作者 cmorgan8506将近 7 年前
Like most developers, I love to build. Unfortunately, the majority of my career has been maintaining existing applications.<p>I&#x27;m curious how much others have spent building new software versus maintaining old.

11 条评论

PaulHoule将近 7 年前
As time goes by I don&#x27;t see much of a difference. If I spent six months building something for client A and then a year doing something entirely different for client B, I will have to puzzle out what my intentions were a year ago just as I would have to do maintaining code anybody else wrote.<p>Truly agile developers approach development by building a working system that can run but is far from the requirements and then making subsequent changes to the code to satisfy them one by one. Each &quot;Sprint&quot; is just a round of maintenance. Even the first release to production would have been rehearsed on a staging environment so that release might not be such an emotionally charged event because it is not a chance to slow down but instead start fixing bugs and adding features...
评论 #17797828 未加载
whatsstolat将近 7 年前
99% maintaining. I think part of the reason is I want to be paid well and so that naturally filters out greenfield stuff. The well paying greenfield requires greenfield experience in whatever hyperspecific stack they are using.
drakonka将近 7 年前
Most of my time has been maintaining. I&#x27;ve gotten the opportunity to build a couple of things as well from scratch and that is always fun, but I get more of a kick from maintaining large existing codebases, learning about them, trying to follow good practices and figure out why certain things were done the way they were. While building is fun, maintaining (if you have the opportunity to take the time to maintain <i>properly</i> and really invest in understanding the system) is rewarding in its own way.
muzani将近 7 年前
80% building. I do specialize in this field of building things quickly and sustainably.<p>And in a lot of cases, like a &quot;UI upgrade&quot; of a decade old project we had lately, the hardware, the API, and the tech are so different that it&#x27;s easier to rewrite from scratch.<p>Some large companies also contract other massive companies to build things for them, where the code belongs to the contractor. Updates can be very expensive, and so people often rebuild.
CM30将近 7 年前
Depends on the job, but usually about 70% building, 30% maintaining.<p>There have been some exceptions to this, but they usually acted as a warning that the work environment wasn&#x27;t going to be right for me. Indeed, it often feels like being stuck on maintenance work implies the managers don&#x27;t believe you&#x27;ll be around much longer&#x2F;don&#x27;t trust you with anything new.
zebraflask将近 7 年前
You have to advocate for new features and upgrades regularly. Management typically likes new stuff if you can convince them they&#x27;ll benefit, either in terms of a splashy project success, expanded head count, increased budget, etc.<p>Whenever possible, pawn off maintenance on junior programmers, too.<p>90% new for me, a very grudging 10% maintenance.
cimmanom将近 7 年前
Arguably, most of the work there is to do on software is maintenance. The percentage will only increase as more and more of the software that people find useful or entertaining has been implemented to an MVP level.
sonofblah将近 7 年前
I&#x27;m stuck inheriting other people&#x27;s messes (when I far prefer making my own).
arthurcolle将近 7 年前
97.5% maintaining<p>2.5% building<p>needless to say I&#x27;m not where I began my career anymore as I believe the ratio should be more balanced
russdpale将近 7 年前
Probably 60% maintaining, 40% building. large corporate engineering.
chrisbennet将近 7 年前
99% building.