Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

YAGNI Principle

Pragya Keshap answered on March 1, 2023 Popularity 9/10 Helpfulness 3/10

Contents


More Related Answers


YAGNI Principle

0

YAGNI is stands for “You Ain’t Gonna Need It”. Sometimes, we try to think way ahead, into the future of the project, adding some extra features “just in case we need them”.

This is Wrong! we don’t need it and in most of the case we can say YAGNI = “You Aren’t Gonna Need It”.

It’s a principle from software development methodology of Extreme Programming (XP). This methodology said “Do the Simplest Thing That Could Possibly Work”. This principle says that you should not create features that it’s not really necessary. This principle is similar to the KISS principle, both of them aim for a simpler solution.

The difference between them is that YAGNI focus on removing unnecessary functionality and logic, and KISS focus on the complexity. By these principles we will save yourself time and be able to move forward with projects efficiently.

So with following these principles, we will start to design our e-commerce application architecture. Remember that a clean system, it’s easier to main, easier to understand and for sure it will save your time when you need to change or implement something.

Popularity 9/10 Helpfulness 3/10 Language whatever
Source: Grepper
Tags: whatever yagni
Link to this answer
Share Copy Link
Contributed on Mar 01 2023
Pragya Keshap
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.