(YAGNI) You Aren't Gonna Need It

"YAGNI" is an acronym that stands for "You Aren't Gonna Need It," and it's a principle in software development that encourages developers to resist the urge to add features or write code that is not immediately necessary. The idea is to focus on delivering the minimum viable product (MVP) and avoiding unnecessary complexity and bloat. By doing this, the codebase remains lean and easier to maintain, and it helps the development team deliver a working product more quickly. The YAGNI principle is often associated with Agile software development methodologies, where the focus is on delivering value to the customer as soon as possible.

https://martinfowler.com/bliki/Yagni.html