General
143 views
BDD
Quick Definition
Extending TDD with natural language behavior specs
Full Definition
Behavior-Driven Development, extending TDD with natural language behavior specs.
Examples
Gherkin, Given-When-Then, Cucumber, SpecFlow
Related Terms
tdd
testing
acceptance-testing
More General Terms
Microservice
Small independently deployable focused service
CQRS
Separating read and write models for better scaling
Data Pipeline
Series of processing steps moving data from source to destination
Inversion of Control
Design principle transferring program flow control to framework
Scrum
Agile framework using fixed-length sprints
Refactoring
Restructuring code without changing external behavior