Told you, we love sharing!
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 […]