Single Responsibility Principle in Programming


Details
Do you want your software design and code to be easy to understand and maintain? Say after half a year of deploying a software and now you need to implements new features. Won’t it be nice to come back to your code and just with a quick glance the code will make sense? Now, you have more time thinking about new features and implementing them. In object oriented programming developers try to code the right way, follow best practice and write safe code. This is where the principle of SOLID comes in, we will learn about one of the five principle of SOLID which is the (S) in SOLID: Single responsibility principle. I will demonstrate in C# programming language, but this principle also works for other
programming languages.
Speaker: Alfred Udah

Single Responsibility Principle in Programming