AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Test Driven Development Is Not a Testing Strategy
A lot of people like to test at the end, which I feel is difficult because you're testing what you already know. For me, I usually write the test first and let the test drive my APIs in my thought process. Test don't prove things but tests can they can lock down your code. A test prevents that code from ever doing anything else without you knowing,. If it does, your test is going to fail and you'll get flagged.