Refactoring if statements for readability(codereadability.com)
codereadability.com
Refactoring if statements for readability
http://www.codereadability.com/refactoring-if-statements-for-readability/
http://www.codereadability.com/refactoring-if-statements-for-readability/
2.name the function with atleast one verb denoting what the function does.
3.file names indicate what code in it is trying to do.
Small changes like this can help more than comments some times to understand and read code.
Finally code is meant for humans to read. So be expressive!