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...
Showing posts with label Solid Principles. Show all posts
Showing posts with label Solid Principles. Show all posts
Sunday, 18 September 2016
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...