-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
=== Y | ||
|
||
// Template for newly added terms | ||
// include::term-XX.adoc[{include_configuration}] | ||
|
||
include::term-yagni.adoc[{include_configuration}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[#term-waterfall-development] | ||
|
||
// tag::EN[] | ||
|
||
==== YAGNI | ||
|
||
YAGNI ("You Ain’t Gonna Need It") is a principle from Extreme Programming (XP) | ||
that advises against implementing functionality | ||
unless it is actually needed. | ||
The goal is to reduce unnecessary complexity | ||
and keep the codebase simple and maintainable. | ||
|
||
// end::EN[] | ||
|
||
// tag::DE[] | ||
|
||
==== Wasserfall-Entwicklung | ||
|
||
YAGNI („You Ain’t Gonna Need It“) ist ein Prinzip aus Extreme Programming (XP), | ||
das besagt, dass Funktionalität nur dann implementiert werden sollte, | ||
wenn sie tatsächlich benötigt wird – und nicht auf Vorrat. | ||
Ziel ist es, unnötige Komplexität zu vermeiden | ||
und den Code schlank und wartbar zu halten. | ||
|
||
// end::DE[] |