Browse Source

Update Lerntagebuch.md

remotes/origin/HEAD fetched-on-2023-11-06
fdai7917 1 year ago
parent
commit
0ee44dee47
  1. 5
      Lerntagebuch.md

5
Lerntagebuch.md

@ -35,19 +35,24 @@ Mit git-Repositories können wir unsere Daten und Projekte an einem sicheren Ort
- Prinzipien der Programmierung - Prinzipien der Programmierung
- Über Prinzipien der Programmierung: - Über Prinzipien der Programmierung:
- SOLID vs. STUPID - SOLID vs. STUPID
**SOLID:** **SOLID:**
- Separations of Concern - Separations of Concern
- Open/Closed Principle - Open/Closed Principle
- Liskov Substitution Principle - Liskov Substitution Principle
- Interface Segregation Principle - Interface Segregation Principle
- Dependency Inversion Principle - Dependency Inversion Principle
**STUPID:** **STUPID:**
- Singelton - Singelton
- Tight Coupling - Tight Coupling
- Untestability - Untestability
- Premature Optimization - Premature Optimization
- Indescriptive Naming - Indescriptive Naming
- Duplication - Duplication
- weitere Prinzipien - weitere Prinzipien
- _KISS_ Keep It Simple (and) Stupid - _KISS_ Keep It Simple (and) Stupid
- _FCoH_ Favor Composition over Inheritance - _FCoH_ Favor Composition over Inheritance

Loading…
Cancel
Save