What are the benefits of maintaining a “clean” list of using directives in C#?

后端 未结 8 1107
予麋鹿
予麋鹿 2021-01-04 04:03

I know VS2008 has the remove and sort function for cleaning up using directives, as does Resharper. Apart from your code being \"clean\" and removing the problem of referenc

8条回答
  •  独厮守ぢ
    2021-01-04 04:25

    For me it's basically all about less noise (plus making Resharper happy!).

    I would believe any improvement in compilation time would be minimal.

提交回复
热议问题