Do you know how to lay out your solution?

Last updated by TiagoAraujo over 9 years ago.See history

Whenever we setup a new Team Project we implement a basic version control structure. We put "readme.txt" files in the folder structure explaining the different levels, and a solution file called [Client].[Product].sln?located at ?/[Client]/[Product]/DEV/ within version control.

MessySolution
Figure: Bad Example, how would anyone know how to sort this mess out?

IdealSolution
Figure: Good Example, The ideal solution.

For more implementation details see:
http://blog.hinshelwood.com/archive/2010/05/17/guidance-how-to-layout-you-files-for-an-ideal-solution.aspx

We open source. Powered by GitHub