Do you know how to lay out your solution?

Updated by Tiago Araújo [SSW] 10 months ago. See history

123

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.

Image

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

Image

✅ Figure: Good Example, The ideal solution.

acknowledgements
related rules