From Java code style about var

Shortening a program too much can omit information that’s useful for understanding the program. The central issue here is to find the right size for the program such that understandability is maximized.

codecleanpracticedesign