Personally I hate prefixes of any kind - one of my pet hates. I have seen code that mistakenly uses prefixes for local variable - an even greater pet hate. I prefer to use this.localVariable. At least that way you are guaranteed that the variable is a member variable.
N
Neil Walters
@Neil Walters