BDD: Behavio(u)r-Driven Development in AS2
Posted by Ali Mills Thu, 03 May 2007 05:50:00 GMT
Eloy Duran posted an interesting idea on his blog today about behaviour-driven development in ActionScript 2. According to http://behaviour-driven.org/:
Behaviour-Driven Development (BDD) is an evolution in the thinking behind TestDrivenDevelopment and AcceptanceTestDrivenPlanning.
It pulls together strands from TestDrivenDevelopment and DomainDrivenDesign into an integrated whole, making the relationship between these two powerful approaches to software development more evident.
...
For people familiar with the concept of DomainDrivenDesign, you could consider BDD to be a UbiquitousLanguage for software development.
Interesting…
Eloy’s idea, ASpec, is based on Ruby’s BDD framework RSpec. If you’re a student of test-driven development (TDD) or an AsUnit user, you might want to check it out.












