KISS: Keep It Simple, Stupid
Simplicity first: write code that humans understand before optimizing for machines.
Simplicity first: write code that humans understand before optimizing for machines.
Avoid speculative generality: implement only features needed today, not imagined future requirements.