Home/Videos

Videos.

16 06, 2020

Single Responsibility Principle Demystified

By |2020-06-16T11:19:23+08:00June 16th, 2020|C#, Design Principles & Patterns, Videos|Comments Off on Single Responsibility Principle Demystified

If you are a developer, learning about SOLID Principles will enable you to write loosely coupled and maintainable code. The Single responsibility principle is perhaps the most important SOLID design principle that you need to master to write better code. In this video, I explained what is the single responsibility principle, how to identify its violation in code, and how to apply it at different levels.

Go to Top