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.

The 300% Problem

4 pointsby jaxxstormover 1 year ago

1 comment

crabmusketover 1 year ago
&gt; In addition, the desire to create Terraform modules that meet every single user’s possible use case means that often, the module will expose the entire surface area of the APIs the module is managing to the user. Usually, this leaves you in a position of having to painstakingly read the whole module’s code before using it, and if something breaks, you’re shit out of luck.<p>This is a general problem with dependencies of all kinds. Libraries and frameworks are incentivised to cater to as many use cases as possible. Each user will only need a tiny slice of the functionality covered by the dependency. The remainder of the dependency will be dead code at best, or bloat at worst.