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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How much weekly time you spend managing imported open-source

3 点作者 riyakhanna1983超过 6 年前
How much time does your company spend every week managing imported OSS, upgrading their dependencies, tracking licenses, etc.

1 comment

chatmasta超过 6 年前
Interesting question. It&#x27;s a cost most engineers consider when evaluating dependencies, but I doubt many actually track time lost keeping them up-to-date.<p>&quot;Weekly time&quot; is probably not the best metric, because it&#x27;s spikier than that, dependent on release schedules &#x2F; vulnerability discovery. Personally, I try to keep dependencies minimal and limited to established projects known to follow semantic versioning. That eliminates most <i>surprises</i>, but there is still the issue of upgrading when the time comes.<p>I try to keep within one major version of latest, usually only upgrading when it is absolutely necessary. For example, maybe I need a feature in the new version, or maybe I&#x27;m about to write a bunch of code that touches the dependency and now is a good time to upgrade. In reality, what that means is I have a slowly building list of chores in the icebox to &quot;upgrade X to 3.0, upgrade Y to 2.0, etc...&quot;