Visualization Mnemonics for Software Principles
Discovered: Sep 19, 2021.20:58 Visualization Mnemonics for Software Principles <– Law of Demeter Law of Demeter say? Well, anecdotally, it says give collaborators exactly what they’re asking for and don’t give them something they’ll have to go picking through to get what they want.
etc :-) , also great explanations of Liskov, Open/Closed, Dependency Inversion, Interface Segregation etc`