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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Unpopular Opinion?

4 点作者 monkburger超过 1 年前
What&#x27;s an unpopular opinion in your field?<p>eg: Integration tests are a scam.<p>Their complexity grows faster than the codebase they’re testing. They’re sensitive to changes anywhere in the system. And like for what? If every time I make a change I break an integration test then it provides no value. It’s just testing if a change was made.

3 条评论

ianai超过 1 年前
In search of the unpopular: Having CPUs mostly sitting idle is wasteful. Modern software&#x2F;algorithms&#x2F;users should use their machines more effectively.<p>(Maybe it&#x27;s through fewer cores&#x2F;resources used to higher utilization to achieve the same UX as today. Or software&#x2F;algos better written to make pegging resources more common.)<p>Also, modern web dev is terrible. Privacy matters. &#x2F;soapbox
mytailorisrich超过 1 年前
Existing integration tests should fail if you make a change that impacts the behaviour of a module and beyond. That&#x27;s the whole point.<p>My unpopular opinion is that usually there are already too many people working on a project.
dave4420超过 1 年前
All existing programming languages are shit. Software engineers in a hundred years will wonder how we managed with such primitive unergonomic tools.