## YAGNI Design principle

> You aren't gonna need it

Или `Always implement things when you actually need them, never when you just foresee that you need them`

### YAGNI vs [KISS](./KISS.md)

YAGNI фокусируется на удалении лишнего функционала и логики, а KISS — на сложности

---

[SOLID Design Principle Theme](./SOLID.md) | [Back To iTWiki Contents](https://github.com/eldaroid/iTWiki)