Java/JVMTechnology

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 […]

Aseem Bansal
Aseem Bansal
Read