Skip to content

Code Review

Hoseock Choi edited this page Feb 14, 2020 · 48 revisions

Everything related to Code Review

For the better Code Review (what I need to understand for it)

  • Communication & Culture
  • Concept of Agile
  • Clean Code
  • Test Driven Development
  • Refactoring

How to do Code Review

Clean Code specific

Domain-specific

  • Server Communication Module (Daemon or Service Application without User Interface)
  • User Interactive Client on Device Module
  • SDK Module (Providing API to the other application)

What is Clean Code?

Developer's writing

Developer's speaking

Clone this wiki locally