AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Testing
Whel: Testing is one of the things that we probably don't spend enough time talking about. It's a way to feel more confident that what you have written is also not breaking another part of the application. My unit tests have saved me many times from accidentally adding bugs into our code, because while i was fixing one thing or adding a new feature, something else was break as well. Whel: Being able to say as a developer that you know how to use testing library, jest cypress or silennium, is a big deal.