Simen kjaeraas wrote: > Ary Borenszweig <[email protected]> wrote: >> Code is read many more times than it is written and so it is of huge >> important that code is as readable as possible. Of course this is a >> subjective matter, but I don't understand why some people think __traits >> or __gshared are ok. > > __gshared is ok. It is supposed to indicate low-level hackery and > unpleasant, rough edges. __traits, however, is an abomination and should > be shot repeatedly with something high-caliber. >
Is std.traits not sufficient for that?
