2

I am translating a C++ project to C#. Say the original C++ project name is called Company.Project.SubProject. What is a good name for C# version? Please advise, thanks.

EDIT: Since if both C++ and C# projects are all called Company.Project.SubProject, it would be a bit confusing to distinguish them in TFS or so.

3
  • What is wrong with following the same convention? It is quite common even in the C# world. Commented Sep 5, 2010 at 7:18
  • 1
    You mean, should it be Company.ProjectCS.SubProject, Company.Project.CShard.SubProject, or something else? Commented Sep 5, 2010 at 7:38
  • Yea, things like that. Since there will be many projects being translated, using same name will make it harder to distinguish. Commented Sep 5, 2010 at 7:42

1 Answer 1

8
  • The project should be called "SubProject".
  • The project file should be called "SubProject.csproj".
  • The namespace should be called "Company.Project.SubProject".
  • The solution containing the project should probably be called "Project".
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.