Do you have any suggestions for project directory structure?

Dicebot public at dicebot.lv
Wed Feb 5 14:25:49 PST 2014


On Wednesday, 5 February 2014 at 22:01:08 UTC, Orfeo wrote:
> On Wednesday, 5 February 2014 at 21:54:15 UTC, Dicebot wrote:
>> I'd try to keep external libraries out of the main source [cut]
>
> Something like this?
>  ├── protocols
>  │   └── src
>  ├── dmocks
>  │   └── *.d
>  ├── foo
>  │   └── *.d

Yes. And make sure build script for your project allows to define 
path to external import folder(s).

dub automates that for you


More information about the Digitalmars-d-learn mailing list