Skip to content

Code Review

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

Everything related to Code Review

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

References

Vocaburary

  • Test Double
  • Fixture (Minimal/Standard/Fresh/Shared)
  • Transient
  • SUT(System Under Test)

Clone this wiki locally