Blackbams Blog
development – digital arts – internet
Knowledge is free. No one may take possession of it.
10. September 2020
Today I want to share an article which is 7 years old but still 100% accurate. It shows the common mistakes in software development and the best practices about how to avoid those mistakes.
Short summary – do not do STUPID code:
- Singleton
- Tight Coupling
- Untestability
- Premature Optimization
- Indescriptive Naming
- Duplication
Do SOLID code:
- Single Responsibility Principle
- Open/Closed Principle
- Liskov Substitution Principle
- Interface Segregation Principle
- Dependency Inversion Principle
Read the full article here: https://williamdurand.fr/2013/07/30/from-stupid-to-solid-code/
Dieser Eintrag wurde am 10. September 2020 um 10:10 in der Kategorie Software Development veröffentlicht. You can book the comments for this article RSS 2.0. Feedback, discussion, commendation and critics are welcome: Write a comment or trackback.
No comments yet
Kommentare abonnieren (RSS) or URL Trackback
Leave a comment: