From 2220cfcbb0f83e2f9983ba35ebd0e1a9b25b5e0d Mon Sep 17 00:00:00 2001 From: Kyle Thorpe Date: Fri, 21 Jan 2022 00:21:39 -0500 Subject: [PATCH] KISS description and resources (#1018) Add description and resources for KISS software development/design principle --- .../114-design-and-development-principles/104-kiss.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/114-design-and-development-principles/104-kiss.md b/content/roadmaps/101-backend/content/114-design-and-development-principles/104-kiss.md index 19562d9b6..870ba4e9a 100644 --- a/content/roadmaps/101-backend/content/114-design-and-development-principles/104-kiss.md +++ b/content/roadmaps/101-backend/content/114-design-and-development-principles/104-kiss.md @@ -1 +1,7 @@ -# Kiss \ No newline at end of file +# KISS + +Keep It Simple, Stupid (KISS) is a software design principle that states avoiding needless complexity is the best way to build software that is easier to maintain, understand, and contains fewer defects. A simple product that does a single thing well is better than a complex product that does many things poorly. + +Free Content +Keep It Simple +Keep It Simple, Stupid (Kiss)