Showing posts with label SOLID. Show all posts
Showing posts with label SOLID. Show all posts

Sunday, 18 September 2016

SOLID Principles

 SOLID Principles are set of rules that Help us to write Better quality of code . By Better quality of code  I mean Code that can talk , Code that is extensible , Code that is loosely coupled , Code that is abstract and secure . SOLID Principles guide us how we should design our Software / Web Applications . Most of the Unsuccessful Software lack SOLID Principles...