yeoman / generator-chrome-extension

Scaffold out a Chrome extension
http://yeoman.io
MIT License
2.61k stars 226 forks source link

Regarding DSL, TDD and BDD #227

Open agnelvishal opened 3 years ago

agnelvishal commented 3 years ago

A new developer doesn't understand what DSL, TDD and BDD stands for. A full form can be provided to avoid confusion?

NullDev commented 3 years ago

DSL stands for Domain-Specific Language and is about what form of testing you want to use:

Yash-Singh1 commented 2 years ago

Maybe it could be written as TDD (Test Driven Development) and BDD (Behavior Driven Development)?