AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Write a Test First
When I'm programming, it's hard for me to not write a test first because number one, that's the way I train myself. And working with other developers, I see a lot of people manually testing stuff that have to reset up the manual test and repeat many times. To me, again, that would be the way, but I guess I can see how difficult it would be to keep that in sync. So that's why we like the, we try to avoid writing tests initially,. We knew we could just visually conform of what's working and what's not.