Le 05/01/15 09:59, Marc LE BIHAN a écrit :
> Ok to remove m_ prefix, but every member variable should prefixed by this.
> :
> this.x = y;
> to avoid confusion.

Thanks. I guess that prefixing with "this." is up to the developer (I'm
not aware of any rule on that). The "this." prefix is probably not
necessary in small methods, and its usefulness probably increase with
the method size. The frontier between "not needed" and "needed" would be
up to developer appreciation.

    Martin

Reply via email to