KISS

Keep It Simple, Stupid - idea

 ____          _            _   _            _    
/ ___|_      _(_)_ __ _   _| | | | __ _  ___| | __
\___ \ \ /\ / / | '__| | | | |_| |/ _` |/ __| |/ /
 ___) \ V  V /| | |  | |_| |  _  | (_| | (__|   < 
|____/ \_/\_/ |_|_|   \__,_|_| |_|\__,_|\___|_|\_\
       
    
The KISS principle is a design heuristic that advises designers and developers
to strive for simplicity in their work. It suggests that simplicity leads to increased
usability and understandability, as well as reduced complexity and cost.
The principle encourages designers to eliminate unnecessary elements
and focus on the essential features and functionality of a product or system.
By adhering to the KISS principle, designers and developers can create solutions
that are easy to use, maintain, and understand, leading to increased efficiency and effectiveness
and by that security.