TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Unpopular Opinion?

4 pointsby monkburgerover 1 year ago
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 comments

ianaiover 1 year ago
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
mytailorisrichover 1 year ago
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.
dave4420over 1 year ago
All existing programming languages are shit. Software engineers in a hundred years will wonder how we managed with such primitive unergonomic tools.