Delivery and Deployment

TH14 Revisiting SOLID - Making The 5 Principles Easy Enough to Implement

03/05/2020

1:15pm - 2:30pm

Level: Intermediate

Tim Corey

Software Development Trainer

Can you explain what all five principles in SOLID do? The purpose behind SOLID was to encourage writing loosely-coupled, extendable, predictable applications that were easier to test and easier to upgrade over time. Does that describe the applications you work on? If not, this session is for you. This session takes a practical look at the SOLID principles to see how they can be applied to new and existing applications to make them better over time. You will leave this session with a deeper understand of the practical ways to implement SOLID, as well as all source code for the session.

You will learn:

  • Each of the five SOLID principles
  • How to implement each principle
  • When to implement each principle