What are your opinions on .NET Core vs Python?

Gregory Ewing greg.ewing at canterbury.ac.nz
Tue Jan 31 00:31:24 EST 2017


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.

-- 
Greg



More information about the Python-list mailing list