- Mostly just NO.
- Reflection is useful for things which unmarshal (like
encoding/json
) and parsing of struct tags, but we rarely ever implement this stuff. - 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.
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.