generator-chrome-extension
generator-chrome-extension copied to clipboard
Regarding DSL, TDD and BDD
A new developer doesn't understand what DSL, TDD and BDD stands for. A full form can be provided to avoid confusion?
DSL stands for Domain-Specific Language and is about what form of testing you want to use:
Maybe it could be written as TDD (Test Driven Development)
and BDD (Behavior Driven Development)
?