Expanding Phobos from a flat hierachy

Jonathan M Davis jmdavisProg at gmx.com
Thu Feb 7 21:45:40 PST 2013


On Thursday, February 07, 2013 23:56:30 Andrej Mitrovic wrote:
> On 2/6/13, Don <don at nospam.com> wrote:
> > (b) The current flat structure of Phobos (every module in the
> > root) does not scale to hundreds of modules.
> 
> I just want to add that we're still handicapped by D's access
> attributes preventing us from moving private functionality into a
> separate module.

And why is this a handicap? They're private, not part of the API, so they 
should totally irrelevant to how modules are laid out.

- Jonathan M Davis


More information about the Digitalmars-d mailing list