Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 368 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 368 Bytes

Reflection

  1. Mostly just NO.
  2. Reflection is useful for things which unmarshal (like encoding/json) and parsing of struct tags, but we rarely ever implement this stuff.
  3. A third party tool can use reflection, but if we see them using reflection, we have to ask ourselves why are they using it? Does this give us more or less confidence in that tool.