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.

Premature Optimization: Universally Misunderstood

5 pointsby milenover 1 year ago

1 comment

sodapopcanover 1 year ago
Agree with the sentiment here as well that it applies to many &quot;laws&quot; of programming. There are <i>always</i> exceptions, though this one is particularly harmful. I&#x27;ve worked with people who don&#x27;t consider <i>any</i> optimization until it starts to be a problem, even if something trivial can be done to prevent it (n+1s were an example). As engineers we seem to be constantly searching for a single answer to each common problem but that&#x27;s just never going to be the case.