Code review for Beginners and Experts: Tips & Tricks

Łukasz Kąkol

Best Practice Clean Code Code Analysis Development Programming

See in schedule Download Slides

Code review is not just boring duty. It's mutual responsibility for the software we're releasing. It's one of the most critical aspects of code quality, and therefore it's the first step of quality assurance. This is also the key to easier programming and better maintainability. Clean code is much easier to debug, and it's much harder to introduce a bug in such code.
When you think about code review, you probably think about verifying and examining the code. Reviewing the expert's code may look like a waste of time because he knows what he's doing. Reviewing the code by a beginner may look like a waste of time because he's not able to find as many defects as an experienced developer. Code review is a code quality tool in the first place, but it's also much beyond that. You can teach or help someone, learn from somebody and much more both from the position of reviewer and reviewee.
There is much more about the real power of code review which I want to share with you.
This talk is also about how to do it the right way and how to not do it based on lessons learned and my experience within the diverse teams of people with a variety of knowledge and experience. I was reviewing the code but, on the other hand, I was also being reviewed. I'd like to pass my observations to people who are reviewing the code both in commercial and open source projects for a while. This talk is also for those who want to start to review the code, but they do not know how to do it.

Type: Talk (30 mins); Python level: Beginner; Domain level: Beginner


Łukasz Kąkol

I'm a software engineer with passion, thinking outside the box. I'm excited about python, focused on clean pythonic code and performance, willing to know what's under the python hood in every piece of code. I'm also fascinated every time I can design and implement app architecture. I love to share knowledge and experience, so I've started speaking at conferences 2 years ago.
I've graduated in Computer Science at the Poznań University of Technology. I've started my journey with Python over 5 years ago. Later I started engaging in DevOps.