You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you push new code do you manually test all features in your app to ensure the new code doesn’t break existing functionality? How about when you’re fixing a bug? Do you manually test your app? How many times - ten, twenty, thirty times?
Stop wasting time!
If you do any sort of manual testing write an automated test instead. Your future self will thank you.
Need more convincing? Testing…
Helps break down problems into manageable pieces
Forces you to write cleaner code
Prevents over coding
Let’s you sleep at night (because you actually know that your code works)
The text was updated successfully, but these errors were encountered:
PalB/server/tests/routers.test.js
Line 1 in 9ded714
Are you currently manually testing your app?
When you push new code do you manually test all features in your app to ensure the new code doesn’t break existing functionality? How about when you’re fixing a bug? Do you manually test your app? How many times - ten, twenty, thirty times?
Stop wasting time!
If you do any sort of manual testing write an automated test instead. Your future self will thank you.
Need more convincing? Testing…
Helps break down problems into manageable pieces
Forces you to write cleaner code
Prevents over coding
Let’s you sleep at night (because you actually know that your code works)
The text was updated successfully, but these errors were encountered: