Hi all, I am just curious about using "var"s in the master branch. I understand misuse or overuse of those would cause terrible problems, but sometimes they improve readability of code (in my view). Is there preferable way to use vars for us?
For more background... Luke creates many small Swing/AWT objects in the GUI, I would like to use var instead of the explicit type declaration when there is "new" keyword in the right-hand side. I found a FAQ document about usage of vars: https://openjdk.java.net/projects/amber/LVTIFAQ.html If someone have some thoughts/advice about this, please throw them in here. Thanks, Tomoko
