By tag: SOLID
0
kicks
VIDEO: The Dependency Inversion Principle in 5 minutes
The final video in my little SOLID series the Dependency Inversion Principle, where we briefly go through why high level modules shouldn't depend on low level modules and low level modules should depend on abstractions.
0
kicks
The Liskov Substitution Principle in 5 minutes (Video)
A brief introduction to the 3rd of the SOLID Principles the Liskov Substitution Principle all in under 5 minutes :)
0
kicks
The Open Closed Principle in 5 minutes
A quick video introduction to the 2nd of the SOLID principles the curious sounding Open Closed Principle.
0
kicks
The Single Responsibility Principle in 5 minutes
A brief video overview of the first of the SOLID principles, SRP or the Single Responsibility Principle.
0
kicks
Creating SOLID Code: Refactoring the SOLID episode on DI to use IoC
Taking a look at the prior SOLID episode on DI and refactoring it to utilize the StructureMap IoC Container
0
kicks
Creating SOLID Code: Dependency Inversion Principle
Taking a look at how to create SOLID Code: Creating SOLID Code: Dependency Inversion Principle (DIP). This is a last episode in a series where we will take a look at each of the parts the SOLID Princi
0
kicks
Creating SOLID Code: Interface Segregation Principle
Taking a look at how to create SOLID Code: Creating SOLID Code: Interface Segregation Principle (ISP). This is a fourth in a series where we will take a look at each of the parts the SOLID Principle
0
kicks
Creating SOLID Code: Liskov Substitution Principle
Taking a look at how to create SOLID Code: Creating SOLID Code: Liskov Substitution Principle (LSP). This is a Third in a series where we will take a look at each of the parts the SOLID Principle
0
kicks
Creating SOLID Code: Open/Closed Principle (OCP)
Taking a look at how to create SOLID Code: Creating SOLID Code: Open/Closed Principle (OCP). This is a second in a series where we will take a look at each of the parts the SOLID Principle
0
kicks
Creating SOLID Code: Single Responsibility Principle (SRP)
Taking a look at how to create SOLID Code: Single Responsibility Principle (SRP). This is a first in a series where we will take a look at each of the parts the SOLID Principle
0
kicks
The Curious Case of Software Quality
Keyvan writes about the current "principles and qualiy vs common-sense and do the quickest possible solution" and tries to understand why developers tend to prefer the "quick and dirty" vs the "clean and polished" solution.
0
kicks
Why SOLID? Gimme an "S"!
The first in what looks to be series of posts in which Dave Laribee dives into the reasons why you should care about the SOLID principles, and what do they buy you.