26Mar/100
Conventional Name Of Result Variable In A Method
Today I was told about simple idea using result name for a variables which will be returned in the end of the method. This is of course somewhat convenient when you have the same resulting variable name all over the project. But on the other hand we no longer write monster methods with one hundred lines, right? So in my opinion this convention is somewhat useless, when all your methods are short and meaningful.