ood
prev
prev
page 1 / 2
abstract shapes
SOLID – Dependency Inversion Principle
July 13, 2023
13 min read

Writing software so that it’s easy to change is not an easy task. Fortunately, there are a number of principles that, if understood and followed, will make your softw ...

Read More
0
8
cross hatch pattern
Decorator – Wrapping Functionality
July 30, 2020
15 min read

The Decorator Pattern is a Structural Design Pattern that can be used as a flexible alternative to inheritance to add responsibility at runtime. It uses composition to achi ...

Read More
0
7
a crain
Builder – Controlling Object Creation
July 09, 2020
14 min read

The Builder Design Pattern is another one of the GOF creational design patterns. This pattern can be used to simplify the way that complex objects are created in your code ...

Read More
0
7
old factory floor
Factory Method – Separation of Concerns
March 12, 2020
14 min read

The Factory Method Design pattern is one the GOF creational design patterns. If I was to summarize what this is in as simple terms as possible, the Factory Pattern is essen ...

Read More
0
7
grid of shapes
SOLID – Liskov Substitution Principle
February 21, 2020
22 min read

This is the first post in a series on the SOLID design principles for object oriented programming. The acronym SOLID represents five principles that are considered best pra ...

Read More
0
12
prev
prev
page 1 / 2
Small Profile Pic
© 2024 bradnjones.com