DEV Community

Discussion on: Choosing The Proper Level of Abstraction

Collapse
 
xowap profile image
Rémy 🤖

I never managed to do TDD. Even though I tried, it's just too hard for me.

I'm fine with testing but if you write your tests afterwards.

What I do however is, whenever I write an API (not a REST one), I start by writing on a paper how I want to use it. And then I figure out the internals.