Member-only story

Why testing is important?

Aspiiire
4 min readJul 30, 2021

--

Testing is by far one of the most important things to do during programming, but it as well one of the most overlooked things.

Testing ensure that you have a well working Website, Application or Software, let me explain.

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…

--

--

Aspiiire
Aspiiire

Written by Aspiiire

0 Followers

👋 Hey, Love stuff about computer like me? check out my articles. I have a Youtube channel too!! 😉🔥

No responses yet