The Big List of 256 Programming Languages:
Thanks to Robert Diana from Regular Geek for this big list.
Tips and articles related to Software and Application Development. More articles will be shared on software technology and terminologies.
Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts
May 22, 2013
May 21, 2013
SOLID Principles
What is S.O.L.I.D.?
S.O.L.I.D. is a collection of best-practice, object-oriented design principles which can be applied to your design, allowing you to accomplish various desirable goals such as loose-coupling,
higher maintainability, intuitive location of interesting code, etc. S.O.L.I.D. is an acronym for the following principles:
THERE SHOULD NEVER BE MORE THAN ONE REASON FOR A CLASS TO CHANGE.
OCP: Open Closed Principle
SOFTWARE ENTITIES (CLASSES, MODULES, FUNCTIONS, ETC.) SHOULD BE OPEN FOR EXTENSION BUT CLOSED FOR MODIFICATION.
LSP: Liskov Substitution Principle
FUNCTIONS THAT USE ... REFERENCES TO BASE CLASSES MUST BE ABLE TO USE OBJECTS OF DERIVED CLASSES WITHOUT KNOWING IT.
ISP: Interface Segregation Principle
CLIENTS SHOULD NOT BE FORCED TO DEPEND UPON INTERFACES THAT THEY DO NOT USE
DIP: Dependency Inversion Principle
A. HIGH LEVEL MODULES SHOULD NOT DEPEND UPON LOW LEVEL MODULES. BOTH SHOULD DEPEND UPON ABSTRACTIONS
B. ABSTRACTIONS SHOULD NOT DEPEND UPON DETAILS. DETAILS SHOULD DEPEND UPON ABSTRACTIONS
Labels:
programming,
solid
Jan 16, 2012
Few Learning Resources
Few online learning resources for programmers
- 5 Awesome Learning Resources For Programmers
- Programming Books
- Collection of Free Programming and Technology Related Books
Labels:
books,
learn,
programming
Subscribe to:
Posts (Atom)