What's missing to make D2 feature complete?

via Digitalmars-d digitalmars-d at puremagic.com
Mon Dec 22 03:17:39 PST 2014


On Monday, 22 December 2014 at 11:03:33 UTC, bioinfornatics wrote:
> - use everywhere as possible immutability ( const ref, in,
> immutable )

Thanks, I forgot that one. Immutable values by default is indeed 
an important improvement. All by-value parameters to functions 
should be immutable, period.


More information about the Digitalmars-d mailing list