Java, Technology

Why you should stop using underscore as variable name in Java

There is a programming practice in many languages that if in a function call you don't care about the variable's value then use _ to denote this. This convention is usually used where lambdas are used. Some people may be using this in Java also. If you are using it then you should stop. You must be asking why? Simply because underscore...

by Aseem Bansal
Tag: variable name in Java
15-Sep-2015