Exploring Code Like Prose Code Walks 013
Let's dive into the details surrounding Code Like Prose Code Walks 013.
- The Law of Demeter: It's ok to say A, it's OK to say A.B but it's not OK to say A.B.C. The law of demeter helps you reduce coupling ...
- Tell Don't Ask is a design principle that states that you should not ask objects for information and then make decisions on their ...
- An even shorter video Tell Don't Ask where I more explicitly talk about control coupling. Tell don't ask is a design principle that ...
In-Depth Information on Code Like Prose Code Walks 013
Making your Open/Closed principle states that a module should be open for extension, but closed for modification. Taking this to its extreme, ... When to re-use Downcasting is a fundamentally bad idea. In this video I talk about why. First from a theoretical point of view (all cats are animals ...
That wraps up our extensive overview of Code Like Prose Code Walks 013.