Answer the question
In order to leave comments, you need to log in
How to stop making bugs?
I do a lot, sometimes 10 times more. I don't know how to overcome this.
I already write tests, I know what and how, but even this does not calm me down.
I wrote my own projects, learned to do tests, plan and stuff like that.
But bugs cannot be avoided, then I forget to take the file into the commit, then I forget to save it, then I forget to add functions, then I change functions and immediately forget something. Then I change the file and immediately go to the next branch, but I forgot to save it there and I think that I have already done it. I sometimes drag and drop a file and the paths are automatically saved there, but I forget to go into these files to save, sometimes I forget that I need to specify the types somewhere, because the code worked without errors. Or I misunderstood the documentation or read but did not pay attention to important points. I recently accumulated 70 commits in a pull request with only 70 lines. Which is why there are so many mistakes. + Added technical bugs from I don't know what.
But usually when I do a task for the first time, there are minimal or no bugs, usually due to the fact that I am maximally immersed and checking. But as soon as I return to the well-known task, 100 bugs immediately appear. Because I changed somewhere. And in general, I also noticed that even in the text the same thing, sometimes I correct it several times.
And usually I know the rule of clean code, I use eslint, I studied algorithms and solved problems.
Answer the question
In order to leave comments, you need to log in
I do a lot, sometimes 10 times more. I don't know how to overcome this.
I already write tests, I know what and how, but even this does not calm me down.
But bugs cannot be avoided, then I forget to take the file to the commit, then I forget to save, then I forget to add functions, then I change functions and immediately forget something
Or I misunderstood the documentation or read but did not pay attention to important points.
But as soon as I return to the well-known task, 100 bugs immediately appear. Because I changed somewhere. And in general, I also noticed that even in the text the same thing, sometimes I correct it several times.
And usually I know the rule of clean code, I use eslint, I studied algorithms and solved problems.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question