> > Type x = ...; // Here you're sure that x can never be null. > Type? x; // x may be null. > > > This is a big change, but it feels "more right" to me. > > renoX > I second that.