[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jun 18 12:34:46 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14704

--- Comment #29 from dennis.m.ritchie at mail.ru ---
(In reply to Ketmar Dark from comment #28)
> (In reply to dennis.m.ritchie from comment #25)
> > My design ... is more readable
> no.

For you it is more readable:

import std.stdio : write, writeln, readf, std.range : iota, chain,
std.algorithm : sort, copy, fill;

what is this?

import {
    std.stdio : write, writeln, readf;
    std.range : iota, chain;
    std.algorithm : sort, copy, fill;
}

I recall that in D there is no any other option, but there is a stump:

import std.stdio, std.range, std.algorithm : sort, copy, fill;

Maybe you're a racist?
http://ketmar.no-ip.org/

I see a sign on your website. A normal person would not allow himself to write
such nonsense:
http://i.imgur.com/T2lMf0f.png

And I do not want to hear your opinion nagging. And dispose of, please, I'm
picky on your opinion, if you are not obvious obvious.

--


More information about the Digitalmars-d-bugs mailing list