KISS description and resources (#1018)
Add description and resources for KISS software development/design principlepull/1657/head
parent
7788d87651
commit
2220cfcbb0
1 changed files with 7 additions and 1 deletions
@ -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…
Reference in new issue