Code spliting in module and packages

Matthieu via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jul 20 15:13:23 PDT 2014


Hi!

I can't find any good tutorial about how to split my source code
in modules and packages. I don't want to use a Java splitting
style (one class per file) or something like that, I want to use
the D way, but it's so hard to find it! Can someone explain to me
how to do it well, please?

In the same time, is there someone who knows where to find a good
style guide for D, something like the PEP for python?

Thx.
Matthieu


More information about the Digitalmars-d-learn mailing list