Archive for the ‘Software Development’ Category

Software Development Principles

The SOLID Principles: ➤ The Single Responsibility Principle Stated in its most extreme form, the Single Responsibility Principle is that a class should have only one reason to change. ➤ The Open/Closed Principle This principle states that “Software entities should be open for extension, but closed for modification”.  In other words, you should never change […]