DEV Community

Discussion on: Wishful Coding

Collapse
 
t4rzsan profile image
Jakob Christensen

This method sounds very much like how you would do TDD. You write your tests before you write any code and your tests thus become your documentation and prototyping.

Also, some tools have built in support for this. Take Visual Studio for example. It gives you keyboard shortcuts to quickly create new types and methods as you type your code.