Why are circular references in Visual Studio a bad practice?

后端 未结 8 2034
囚心锁ツ
囚心锁ツ 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条回答
  •  -上瘾入骨i
    2020-12-05 23:39

    Yes, this is a bad practice for precisely the reason you've stated - you cannot rebuild from the source.

提交回复
热议问题