SOLID is acronym used for 5 design principles for object oriented programming. Below we'll look at what they are
Single Responsibility principle
Every class should have only one responsibility. This responsibility should be totally encapsulated by the class.
see wikipedia, this, OODesign, not so SOLID OO Principles.
Open/Closed principle
Software entities should be open for extension, but...
Saturday, July 11, 2009
Wednesday, July 1, 2009
Exception handling basics
Exceptions happens when a member cannot successfully do what it's designed to do. Exceptions can be generated by CLR, 3rd party library or by user code using throw keyword.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor...
Subscribe to:
Posts (Atom)
Powered by Blogger.
Software Architect at Surge Global/ Certified Scrum Master
Experienced in Product Design, Software Engineering, Team management and Practicing Agile methodologies.