-
Notifications
You must be signed in to change notification settings - Fork 0
Fail Fast (FF)
Christophe Moustier edited this page Aug 9, 2021
·
3 revisions
🚇
A design is better when fails fast, i.e. as soon as an unrepairable erroneous condition is encountered. Variants and Alternative Names
- Rule of Repair
- Crash Early
Avoid silos between domains
- Coding area
- Unit testing
- [Refactoring techniques]
- [Code Smells]
- Architecture area
- Architecture Principles
- Agile modeling
- DDD
- Design Patterns of GoF
- Ops area
- Business area
- Naming as a Process
- Cross-domain area
- [DevOps]
- [Ideation]
- [Agile documentation]
- [Code Review]
- [Test automation]
- [Testing techniques]
- The Boy Scout Rule