Jump to content

User:Matt3866/Books/Programming

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Matt3866 (talk | contribs) at 20:20, 18 August 2013 (Created page with '{{saved book |title= |subtitle= |cover-image= |cover-color=}} == Programming == :SOLID (object-oriented design) :Single responsibility principle :...'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)


Programming

[edit]
SOLID (object-oriented design)
Single responsibility principle
Open/closed principle
Liskov substitution principle
Interface segregation principle
Dependency inversion principle
Dependency injection
Law of Demeter
Don't repeat yourself
You aren't gonna need it
Single Source of Truth
GRASP (object-oriented design)
Separation of concerns
Rule of least power
Extreme programming
Agile software development
Occam's razor