Why are circular references in Visual Studio a bad practice?

后端 未结 8 2030
囚心锁ツ
囚心锁ツ 2020-12-05 23:33

Why are circular references in Visual Studio a bad practice?

First, I will describe an example of how this can happen using C# in Visual Studio, since VS will typi

8条回答
  •  情深已故
    2020-12-05 23:59

    If you're having trouble convincing your "pragmatic" colleagues that this is a bad practice, offer a pragmatic solution: Remove these circular references and build times will go down since loads of unnecessary rebuilding will be avoided.

提交回复
热议问题