General
33 views
TDD
Quick Definition
Writing tests before code in a red-green-refactor cycle
Full Definition
Test-Driven Development, writing tests before code in a red-green-refactor cycle.
Examples
unit tests first, red-green-refactor, continuous testing
Related Terms
testing
unit-testing
bdd
More General Terms
Technical Debt
Cost of rework from easy solutions over better ones
Container
Lightweight package with everything to run software
Documentation as Code
Applying dev practices to documentation management
Event Sourcing
Storing all state changes as immutable event sequences
Monitoring
Observing system behavior for issues and optimization
BDD
Extending TDD with natural language behavior specs