<div dir="ltr"><div>On Wed, Aug 20, 2014 at 4:33 PM, Kagamin via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span> wrote:</div>
<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Do we need a hierarchy of internals, is the problem this big? Why mybiglib.wisdom is not good?<br>
</blockquote></div><div class="gmail_extra"><br></div>It gets really unwieldy when you want to put a whole bunch of things into one project and give control of different packages to different teams. Yes you could use multiple libraries in a lot of cases but if you're wanting it in a single setup / package (like phobos), especially one that is internal to another package you need sub-packages.<div>
<br></div><div>Examples that would use this are:</div><div>- kitchen sink libraries like phobos</div><div>- frameworks such as vibe.d</div><div>- libraries with lots of internal code  such as Ogre3d if it were made in D</div>
<div><br></div><div>Well that seems to be good reasons to me.</div><div><br></div></div></div>