Delete comment from: Javarevisited
Hungarian notation has proven to be missleading in case you change variable type (you will need to rename the variable too). We have IDEs at hand to check variable type, it's not needed to be hardcoded in the name.
Oct 7, 2014, 2:29:37 PM
Posted to 10 Programming Best Practices to Name Variables, Methods and Class in Java - Examples