Tag: solid
-
Dependency Inversion Principle (DIP) and WooCommerce
Today I was reading about DIP, which made me think a lot about how I write software. Let start by defining what Dependency Inversion Principle. Uncle Bob, in his book Clean Architecture, says: The Dependency Inversion Principle (DIP) tells us that the most flexible systems are those in which source code dependencies refer only to…