Posted by: rathees ganapathi on: February 8, 2011
I’ve gone through this in mantis and found its quiet simple and useful. Anyone who wishes to follow coding standard, this will be helpful for you. Naming Variables Use all lower case. Use _ to separate words, e.g. $green_color_value Use descriptive names (except loop variables). Loop variables can be of the usual variety: $i, $j, [...]