On 22 Feb 2016, at 13:04, Jonathan M Davis via dmd-internals wrote:
[…] nobody is going to expect
that foo.bar.baz suddenly is just baz and not foo.bar.baz
I guess that depends heavily on what your mental model of imports is.
For me, it always was the other way round – I was surprised that the
fully qualified names were also in scope for selective imports, and
considered it bad style to use them.
Personally, it encourages me to not do selective imports if
they're going to be picky about whether the full import path is used
or not.
If you are going to use the fully qualified names anyway there is no
benefit to selective imports. Just use a static import instead.
— David
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals