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

Reply via email to