Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 398 Bytes

File metadata and controls

4 lines (4 loc) · 398 Bytes

Type inference

This chapter includes 21 problems that involves JEP 286, Java Local Variable Type Inference (LVTI), or shortly, the var type. These problems has been carefully crafted to reveal the best practices and common mistakes involved in using var. At the end of this chapter, you will have under the tool belt everything you need to know about var to push it in production.