12-07-2021, 09:47 PM
Stage 4, day 7:
This morning 2 different problems did occur on my server.
One of them did require from me to write tests to reproduce the problem so that I can finally make sense of it.
Back when I was a professional dev, the job was most of them mandating that we write systematically unit tests for any code that we were writing. For some reason, this is something that I have always hated to do. Therefore, since I am developing on my own, I take the freedom to skip this step...
However, by seeing that amount of time that I have spent lately for fixing bugs, I start wonder if that would not be a good idea to create more tests upfront before installing the new code into the production server...
I spent at least the last week fixing bugs non-stop... I guess that this can be qualified as high quality problems. That means that my system is active and busy and that I wrote a lot of new code lately... I got this burst of productivity lately... I guess that bugs come along too...
This morning 2 different problems did occur on my server.
One of them did require from me to write tests to reproduce the problem so that I can finally make sense of it.
Back when I was a professional dev, the job was most of them mandating that we write systematically unit tests for any code that we were writing. For some reason, this is something that I have always hated to do. Therefore, since I am developing on my own, I take the freedom to skip this step...
However, by seeing that amount of time that I have spent lately for fixing bugs, I start wonder if that would not be a good idea to create more tests upfront before installing the new code into the production server...
I spent at least the last week fixing bugs non-stop... I guess that this can be qualified as high quality problems. That means that my system is active and busy and that I wrote a lot of new code lately... I got this burst of productivity lately... I guess that bugs come along too...