Y
Hacker News
new
|
ask
|
show
|
jobs
by
niels
5255 days ago
We use QUnit, with sinon.js for stubs and fake server at my company. We didn't want to use BDD.
2 comments
joelhooks
5255 days ago
With xUnit I approach my units as discreet pieces of individual behavior that drive development.
link
jiggliemon
5255 days ago
Why did you specifically not want to use BDD?
link
niels
5254 days ago
In my opinion BDD has some extra overhead (that can be useful in the right scenarios). BDD is best suited when you have specs and external stakeholders. We don't have that in my company / startup.
link