我改組我的源文件與單個項目的單一解決方案,由於各種原因:C#單人項目組織
- 一個paranoic配置防病毒軟件;
- Advices on partitioning code through .NET assemblies
- Control component dependencies to gain clean architecture
- Benefit from the C# and VB.NET compilers perf
這給我留下了許多的命名空間,這是跨越多個文件分裂。到目前爲止,我使用這個約定:給定的命名空間Company.Project.A
,該文件被命名爲A.f1.cs
,A.f2.cs
等,並Company.Project.B
命名空間跨越B.f1.cs
,B.f2.cs
分裂等
由於單個項目的限制,是否有任何更好的方法來組織多個名稱空間中的多個文件?