Does D have too many features?

deadalnix deadalnix at gmail.com
Sat Apr 28 15:00:48 PDT 2012


Le 28/04/2012 20:47, Walter Bright a écrit :
> Andrei and I had a fun discussion last night about this question. The
> idea was which features in D are redundant and/or do not add significant
> value?
>
> A couple already agreed upon ones are typedef and the cfloat, cdouble
> and creal types.
>
> What's your list?

Ho god D is HUGE !

OK a last one, synchronized on objects. Most of them are not even shared 
so it is useless, and is is bad separation of concerns between OOP and 
multithreading. If you want a mutex, declaring it explicitly is the best 
option.


More information about the Digitalmars-d mailing list