diff --git a/content/roadmaps/101-backend/content/114-design-and-development-principles/105-yagni.md b/content/roadmaps/101-backend/content/114-design-and-development-principles/105-yagni.md index 99a944f08..9072b3653 100644 --- a/content/roadmaps/101-backend/content/114-design-and-development-principles/105-yagni.md +++ b/content/roadmaps/101-backend/content/114-design-and-development-principles/105-yagni.md @@ -1 +1,7 @@ -# Yagni \ No newline at end of file +# YAGNI + +You Aren't Going to Need It (YAGNI) is a software design principle from the Extreme Programming (XP) framework that states when developing software, functionality or features should not be added until they are necessary. Within agile software development in general, requirements are always open to change; any extra functionality may end up being wasted time and resources. + +Free Content +Yagni +YAGNI