D project structure

Russel Winder russel at winder.org.uk
Wed Mar 26 09:12:54 PDT 2014


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.

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder at ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder



More information about the Digitalmars-d-learn mailing list