Do's and Don'ts of Type Inference in Java
Java has had type inference for a while, with much significant change towards this in more recent versions. In this presentation Venkat Subramaniam takes a step back to help us understand what type inference provides, how Java does it, when we should use it, and when we should avoid it.