DEV Community

Discussion on: Wishful Coding

Collapse
 
developius profile image
Finnian Anderson

This is great! It also plays nicely with the practices of TDD/BDD where you write the test and then the code. Being able to “use” the API (even just mocking it out) makes it very clear on what it should do and helps you implement it.