why a part of D community do not want go to D2 ?

Jacob Carlborg doob at me.com
Wed Nov 10 12:44:59 PST 2010


On 2010-11-10 21:42, Eric Poggel wrote:
> On 11/10/2010 3:16 PM, dsimcha wrote:
>> Don't make it a class if it can be a free
>> function.
>
> I agree with most of the others except for this one.
>
> I can type "Math." and instantly see my choices. It also helps namespace
> conflicts without having to do selective imports or use the slightly
> longer std.math.log

You can have renamed imports: import Math = std.math; and the you can 
use Math. as you want.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list