DEV Community

Discussion on: The most important lesson that the success of JavaScript has taught us

Collapse
 
6ones profile image
Promise Ogbonna

Is wishful programming the same as test driven development ?

Collapse
 
remojansen profile image
Remo H. Jansen

For me they are different, is more like sketching for UX design. Sometimes I find myself with a piece of paper, not an IDE or a text editor, writing down how I would like an API to be like so it is as dev-friendly as possible, once I reach something I feel happy about I proceed to implement it. During the implementation phase, sometimes I use TDD but not always.

Collapse
 
alvarocavalcanti profile image
Alvaro Cavalcanti

I do agree that they are different, but related, matters. And the description you provided illustrates it very well.

I would only add that I am pretty much a TDD practitioner, and not doing it is my utter-most exception. Thus I would say: always use both of them. Be wishful. Do TDD.

Unfortunately I'm not a JavaScript developer myself to quote/point to JS TDD practices (by that I mean that JS is not a language I'm proficient at, even though I'm not a stranger to Node and Angular) but I'm sure it's not hard to find the references if you ask around. :)