User:DamienRoche/Books/Best Practice Programming
Appearance
![]() | The Wikimedia Foundation's book rendering service has been withdrawn. Please upload your Wikipedia book to one of the external rendering services. |
![]() | You can still create and edit a book design using the Book Creator and upload it to an external rendering service:
|
| This user book is a user-generated collection of Wikipedia articles that can be easily saved, rendered electronically, and ordered as a printed book. If you are the creator of this book and need help, see Help:Books (general tips) and WikiProject Wikipedia-Books (questions and assistance). Edit this book: Book Creator · Wikitext Order a printed copy from: PediaPress [ About ] [ Advanced ] [ FAQ ] [ Feedback ] [ Help ] [ WikiProject ] [ Recent Changes ] |
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