let’s make something together

Give us a call or drop by anytime, we endeavour to answer all enquiries within 24 hours on business days.

Find us

PO Box 16122 Collins Street West
Victoria 8007 Australia

Email us

info@domain.com
example@domain.com

Phone support

Phone: + (066) 0760 0260
+ (057) 0760 0560

The importance of code reviews

The cover image above is a really good example of how continuous integration and continuous delivery should work. If you have this process in your software development environment, thumbs up.

However, an important part of this process people do not talk about much is code reviews. It’s essentially a part of the Code stage but usually forgotten by many teams.

Code reviews are usually done by senior software engineers or the whole team. They help detect bugs early, ensure secure and standards-compliant codes are written.

Why I love reviews most is that an application passing automated tests does not necessarily mean the algorithms used are optimal. With reviews, code quality increases dramatically. Even the engineers do a better job, as nobody wants their code rejected for a rework.

More importantly, it means when the code goes into production, users will get the best experience using the application and that is the end goal.