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.