KISS description and resources (#1018)

Add description and resources for KISS software development/design principle
pull/1657/head
Kyle Thorpe 3 years ago committed by GitHub
parent 7788d87651
commit 2220cfcbb0
  1. 8
      content/roadmaps/101-backend/content/114-design-and-development-principles/104-kiss.md

@ -1 +1,7 @@
# Kiss # 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://deviq.com/principles/keep-it-simple'>Keep It Simple</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.interaction-design.org/literature/topics/keep-it-simple-stupid'>Keep It Simple, Stupid (Kiss)</BadgeLink>

Loading…
Cancel
Save