On 01/30/2017 10:31 PM, Gregory Ewing wrote:
> Michael Torrie wrote:
>> He was saying that you can
>> use the explicit self paradigm in C#. Simply prefix each member variable
>> with "this."
> 
> One can do that in one's own code, but it doesn't help
> you to read the code of someone else who hasn't done
> that. Since it's not part of the C# culture, the vast
> majority of other C# code you encounter won't be using
> it.

Agreed, and that's what I said in response to his suggestion about doing
that.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to