Proposal: this.d
Daniel Keep
daniel.keep.lists at gmail.com
Sun Sep 9 17:46:25 PDT 2007
Actually, I don't want this for the "pull in the whole API" feature. I
can't count the number of times that I've done this:
module pkg.pkg;
For instance, take the DOM code I've been writing. In an ideal world,
the user would only have to use "import xml.dom;" to get the various DOM
interfaces. However, there are also several other modules that belong
inside of this namespace: xml.dom.util and xml.dom.conformance.
Suddenly, I can no longer use "xml.dom", and have to use "xml.dom.dom"
instead which is pretty damn ugly.
So, anyway. ++vote;
-- Daniel
More information about the Digitalmars-d
mailing list