SOLID

Rollup of the SOLID principles

So, the SOLID principles:

Writing about the SOLID principles has certainly firmed up my knowledge on the subject. It has also been useful to understand that these principles are a guide and not something that you absolutely must use every time. There are other important points in design to consider, for example code readability is important but SOLID principles encourage the abundant use of interfaces and dependency injection. This tends to decrease readability and make code flow harder to follow. Typically people see that trade-off and accept the slight hit on readability but there may be situations where readability is more important.

As ever, if you disagree with any of this let me know. Every day is a school day!


Got a comment or correction (I’m not perfect) for this post? Please leave a comment below.
You've successfully subscribed to Gavin Johnson-Lynn!




My Pluralsight Courses: (Get a free Pluaralsight trial)

API Security with the OWASP API Security Top 10

OWASP Top 10: What's New

OWASP Top 10: API Security Playbook

Secure Coding with OWASP in ASP.Net Core 6

Secure Coding: Broken Access Control

Python Secure Coding Playbook