You heard me right. And I am not fooling around, there’s no one behind my back forcing these words out my mouth. Bug fixing is actually fun. In my work I prefer tasks needing bug fixes rather than creating a new feature in our project. New features demand too much time analyzing what needs to be done, what alterations to be performed on the database, unit tests to write, and ensuring the design meets the company’s standards. Bug fixing on the other hand is like a game of cat and mice. And you get to play the role of the cat, which is kinda exciting. At first it’s scary, like searching for a needle in a haystack of codes, but done right, you’ll be able to get the hang of it. First of course, you need to replicate the scenario reported, need to see the error yourself. Then read the error message. What exception was thrown? Where? Which file? In my experience, I always see NullPointerException as the number one culprit. Others were ConcurrentModificationException, and o...
Comments
Post a Comment