D project structure

Dejan Lekic dejan.lekic at gmail.com
Fri Mar 28 05:08:22 PDT 2014


On Wednesday, 26 March 2014 at 16:13:15 UTC, Russel Winder wrote:
> Is it the case that the Dub recommended project structure is in 
> fact the
> canonical D project structure?
>
> The Dub recommended structure doesn't mention test code as 
> opposed to
> application/library source code, is it the case that the 
> assumption is
> that all tests are in the modules using built-in unittest and 
> that there
> are never any external tests?
>
> What about integration and system testing?
>
> cf. The canonical jvm language project structure is
>
> 	src/main/<language>
> 	src/test/<language>
> 	src/integtest/<language>
>
> Thanks.

I use precisely the same structure as my Maven projects. It does 
make sense to me, as some of the projects I worked on mix 
languages (D with C, C++ and/or Java).


More information about the Digitalmars-d-learn mailing list