Should I use static import?

前端 未结 7 600
天命终不由人
天命终不由人 2020-12-16 12:45

How important it is to convert all my import to static import? Why are people still reluctant to use static import?

相关标签:
7条回答
  • 2020-12-16 13:15

    It's not at all important to convert existing working code, in fact it's just a needless cost and risk.

    You can consider using it for new code, if you can find a compelling use for it. I haven't yet, but I may ...

    0 讨论(0)
提交回复
热议问题