KISS¶
KISS stands for Keep It Simple, Stupid. It is a design principle that emphasizes the importance of simplicity in system design, development, and problem-solving. The idea is to avoid unnecessary complexity, which can lead to confusion, errors, and inefficiency.
See also The KISS Principle with PHP Examples and KISS Principle (Keep It Simple, Stupid).
Related : Don’t Repeat Yourself (DRY), You Are Not Going To Need It (YAGNI), SOLID, Design Pattern