Please enable JavaScript.
Coggle requires JavaScript to display documents.
SOFTWARE DESIGN (SOLID (S - Single Responsibility Principle (a class or…
SOFTWARE DESIGN
-
programming rules
Encapsulate what changes from what does not!. (weź to co się zmienia i dokonaj odpowiedniej enkapsulacji, tak aby nie miało to wpływu na pozostałą część kodu.
-
-
KISS - Keep It Simple, Stupid
The KISS principle is descriptive to keep the code simple and clear, making it easy to understand.
-
-