How could Reflection not lead to code smells?

后端 未结 18 2082
失恋的感觉
失恋的感觉 2020-12-12 15:02

I come from low level languages - C++ is the highest level I program in.

Recently I came across Reflection, and I just cannot fathom how it could be used without cod

18条回答
  •  一向
    一向 (楼主)
    2020-12-12 15:33

    Plugins are a great example.

    Tools are another example - inspector tools, build tools, etc.

提交回复
热议问题