Upgrade to Pro — share decks privately, control downloads, hide ads and more …

DevFest 2022 - How do we do code review

DevFest 2022 - How do we do code review

devfest-2022 - Community sharing

Sharing about what is code review and how do we apply in our team.

Nyi Nyi Zaw

November 19, 2022
Tweet

More Decks by Nyi Nyi Zaw

Other Decks in Programming

Transcript

  1. Def Code review is the process of assessing code and

    its quality to find areas for improvement or code smells, as well as to identify bugs, errors, and part of the code that might not be up to quality standards set by the organisation. 1. Identify bugs. 2. Analytics code quality. 3. Help developers learn the source code. 4. Make thinking twice before production.
  2. Why code review? 1. Improved code quality. 2. Fewer mistakes

    in the code. 3. Shorter development and test cycles. 4. Increased user satisfaction. 5. Reduced impact on technical support.
  3. ကျွန်ေတာ်တို့ project မှာ developer ၃ ေယာက်ပဲရှိတာ။ ဘာလို့အချ ိန်ကုန်ခံ ပီး review

    လုပ်ေနရဦးမှာလဲ။ ကျွန်ေတာ့် coworker skill ကိုလဲယံု ပီးသားပဲေလ။
  4. There are different ways of code review: • Notifying all

    software developers in the team. • Leveraging pair programming. • Having specific senior developers or team leaders involved in code review.