Kiss: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
Line 1: Line 1:
=KISS (Keep It Simple Stupid)=
=KISS (Keep It Simple Stupid)=
To be completed
This was the best article I found as it answered
*What’s the difference between simple and easy?
*Why do we need to keep things simple?
*Can we avoid the
*Why should we thrive to delete code?
*What is cyclomatic complexity?
*What means simplicity for an architecture?
*How to manage your dependencies?
*Why we shouldn’t try to outsmart everyone with our code?

Revision as of 07:22, 25 September 2021

KISS (Keep It Simple Stupid)

This was the best article I found as it answered

  • What’s the difference between simple and easy?
  • Why do we need to keep things simple?
  • Can we avoid the
  • Why should we thrive to delete code?
  • What is cyclomatic complexity?
  • What means simplicity for an architecture?
  • How to manage your dependencies?
  • Why we shouldn’t try to outsmart everyone with our code?