which version of D for beginers?

Kagamin spam at here.lot
Sun Nov 23 10:01:45 PST 2008


Hoenir Wrote:

> Lutger schrieb:
> > There are a few changes that need to be done when porting code from D1 to
> > D2. It may be helpful to find out what those are at an early stage and
> > program your applications with these in mind. That will help when D2 is
> > more stabilized and you want to switch in the future.
> > 
> 
> While we're on it, is there such a list anywhere?

Major D2 feature is constness, others are minor. So it's a good practice to mark in parameters with in parameter storage class, which means const in D2. And string in D2 is invariant.


More information about the Digitalmars-d-learn mailing list