Member-only story
Why Testing is important?
We are humans, we forget, we make mistakes, we change things, ideas; This if we work solo, imagine when you are in a team!When we add new features or edit previously made code, to be clear, when we touch stuff, sometimes you can create some issues in the other part of your application;Wouldn’t be cool if someone could check for you that is everything fine or you have broken 3 modules of x or y class, function, or whatever?
Nah, it takes time
Yes, it takes time, following for example TDD takes a little bit of time, but, if you count the time that you will not spend looking for bugs after you find that 50% of you application is broken, it is better. I would say that it will takes a little bit of time at the beginning, but at the end will take less time.Instead if you…