Re: Remove repitetive namespace folder segments

2011-11-15 Thread Lars Corneliussen
Then we have to drop src/main/csharp, too. Tests could be in a subfolder 'Test' or 'Tests', resources are kept together with normal sources. That would be most common while adding the possibility to have tests together with the code, but omit it in the compiled assembly. Most .NET-Developers

Re: Remove repitetive namespace folder segments

2011-11-15 Thread Brett Porter
Sounds good to me. The conventional directory layout should be what most .NET developers expect it to be (but still configurable). - Brett On 14/11/2011, at 11:25 PM, Lars Corneliussen wrote: > Hi guys, > > in java it is common to have package folders inside 'src/main/java', as for > example