Skip to content

Commit

Permalink
#209 added term KISS
Browse files Browse the repository at this point in the history
  • Loading branch information
sippsack committed Feb 16, 2025
1 parent 2055bd9 commit aa6fd4e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/1-terms/K/0-structure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
// include::term-XX.adoc[{include_configuration}]

include::term-kerckhoffs-principle.adoc[{include_configuration}]
include::term-kiss-principle.adoc[{include_configuration}]
21 changes: 21 additions & 0 deletions docs/1-terms/K/term-kiss-principle.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[#term-kiss-principle]

// tag::EN[]
==== KISS

KISS ("Keep It Simple, Stupid") is a software development principle
that encourages keeping systems and code as simple as possible.
The goal is to avoid unnecessary complexity,
improve maintainability, and reduce potential sources of errors.

// end::EN[]

// tag::DE[]
==== KISS Prinzip

KISS („Keep It Simple, Stupid“) ist ein Prinzip aus der Softwareentwicklung,
das dazu ermutigt, Systeme und Code so einfach wie möglich zu halten.
Ziel ist es, unnötige Komplexität zu vermeiden,
die Wartbarkeit zu verbessern und Fehlerquellen zu reduzieren.

// end::DE[]

0 comments on commit aa6fd4e

Please sign in to comment.