YAGNI - alexanderteplov/computer-science GitHub Wiki

YAGNI Principle

You Ain't Gonna Need It

It’s a principle from the software development methodology of Extreme Programming (XP).

Ron Jeffries, one of the co-founders of the XP, once said:

Always implement things when you actually need them, never when you just foresee that you need them.

Think of Return on Investment (ROI).

⚠️ **GitHub.com Fallback** ⚠️