Naming: solution, projects, namespaces and assemblies

前端 未结 2 1266
南旧
南旧 2021-02-19 16:32

I\'m working on naming guidelines for solutions, projects, their default namespaces and assemblies (Visual Studio). Now it looks like that: For example, we have a company named

2条回答
  •  不知归路
    2021-02-19 16:48

    I think it's definitely a good idea for everyone to work to standards like these. The only thing I might add is that if you do projects for other companies/customers you might want to name projects as follows:

    YourCompanyName.CustomerCompanyName.ProjectName.ProjectUI

提交回复
热议问题