WHAT COULD POSSIBLY GO WRONG? π€
Answer: a lot... if we don't have unit tests!β
I took the time to write unit tests for my code.
More than finding errors, they help to make sure that the code and logic are in compliance, in addition to facilitating future changes.
Testing is not waste of time(I thought it was π
). It is a gain in quality, security and clarity.
Ultimately, the code changes, but testing ensures that the essentials keep working.
ABOUT THE PROJECT IS ANOTHER POST π π
π And you, have you ever thought about how many bugs could be avoided if testing was a priority?
Top comments (0)