January 28th, 2019 by cedcraftscodes
It is a good practice to review your code and not wait for the user to complain. Other developers get too much comfortable when testing the software as they think that users make great testers and will eventually tell if something is wrong. This lead to oversight of a crippling bug that affects the business.
Code reviews are extremely important in ensuring the quality of codes delivered. Conduct code reviews as if you are checking the implementation of the code not just abiding some sort of standards like variable naming and layouts. Code reviews keep error rates low.
You can do pair programming. In pair programming, one sits on the keyboard and act as the driver. The other one acts as the navigator who guides the driver what to do. Often they switch roles. Having a second pair of eye reduce errors. Peer review also allows junior team members to learn from a senior.
Throwing an all-nighter is also an option. These type of code review can get lengthy and may not sound agile.
You may ask yourself the following questions.
Comments