DEV Community

Discussion on: How to use the var keyword in Java? Example Tutorial

Collapse
 
javinpaul profile image
javinpaul

It's not just typing but readability improves with more concise code but yes, you got to be more careful with variable names now because you just have one identifier to use to convey your intention and what the variable is and what it does.