DEV Community

Discussion on: Tell me a coding confession

Collapse
 
dan_starner profile image
Daniel Starner

I start coding hoping that the solution comes to me as I go along. This leads to comment stubs everywhere of Just do this here without actually knowing how to do it. I usually just make an empty function with the return value I want in the meantime

Collapse
 
rhymes profile image
rhymes

That's similar to the first step of TDD :D
Writing a failing test with the expected return value

Collapse
 
dan_starner profile image
Daniel Starner

My second confession, I don't write nearly enough tests, so I don't know if this makes me feel more or less guilty 😂