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

后端 未结 8 1120
予麋鹿
予麋鹿 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条回答
  •  萌比男神i
    2021-01-04 04:39

    For me, a clean list of using statements at the beginning can give a good understanding of the types to expect.

提交回复
热议问题