Jump to content

User:DamienRoche/Books/Best Practice Programming

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by DamienRoche (talk | contribs) at 08:47, 10 June 2013 (Created page with '{{saved book |title= |subtitle= |cover-image= |cover-color=}} == Best Practice Programming == :Best Coding Practices :Anti-pattern :Code smell ;...'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)


Best Practice Programming

[edit]
Best Coding Practices
Anti-pattern
Code smell
Principles
Abstraction principle (computer programming)
Command–query separation
Defensive programming
Don't repeat yourself
Fail-fast
Garbage in, garbage out
KISS principle
Law of Demeter
Liskov substitution principle
Open/closed principle
Hybrid coupling
Principle of good enough
Principle of least astonishment
Return early
Secure by design
Separation of concerns
Single responsibility principle
Uniform access principle
Worse is better
You aren't gonna need it
Guides
Amdahl's law
Gall's law
Greenspun's tenth rule
Ninety-ninety rule
Rule of three (computer programming)
Zero one infinity rule