I
Ian Pilcher
Thomas said:The problem there is arrays. It's arrays that should be avoided. In the
same way you prefer String/StringBuilder over char[], you should prefer
List<T> over T[]. ArrayList has already been implemented. We don't need
to worry about it.
I'm not sure if you're being intentionally sarcastic or not. You don't
really think that arrays should never be used, do you?
Regardless, array creation is only one example. How about an object
created by Class.newInstance?
Perhaps Mustnag will fix a few bugs, but don't expect language changes.
At least the Mustang compiler supports @SuppressWarnings. You know, the
annotation that Sun introduced in 1.5, but didn't bother to actually
support in fripping compiler.