Why George Lucas, Eric Schmidt, (and Yes, Steve Jobs) Should Go to Jail
truth-out.org1 pointsby rld0 comments
List<T> l = new ArrayList<T>();
is preferred to this: ArrayList<T> l = new ArrayList<T>();
Of course, it would be nice for the compiler to assume the latter if no type is specified on the left side.