summaryrefslogtreecommitdiff
path: root/YAGNI.md
blob: c65865f16b75dcfa85967591624e0b2ada54caae (plain)
1
2
3
4
5
6
7
8
9
10
---
tags:
  - tdd
  - software-engineering
  - software-design
  - architecture
---
It means "You Ain't Gonna Need It". It refers to engineers often building stuff that isn't actually going to be used.

[[Conway's Law]]