✂️ YAGNI
Cliff Brake September 10, 2025 #yagni #software #iteration #simplicity #programmingYAGNI - "You ain't gonna need it!"
If you don't need it now, the chances you'll need it in the future are small, or at least not the current implementation. Do the simplest thing that works now. Get feedback. Repeat.
Iterations are the key -- get better at doing iterations faster (including testing, and feedback), not implementing more stuff now.