General
145 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
12-Factor App
Methodology for building scalable maintainable SaaS apps
Kanban
Visual workflow management using boards
CQRS
Separating read and write models for better scaling
Inversion of Control
Design principle transferring program flow control to framework
Pair Programming
Two developers collaborating at one workstation
Documentation as Code
Applying dev practices to documentation management