Take the following snippet:
List distances = new List();
Was the redundancy intended by the language designers? If so, wh
You could always say:
var distances = new List();