What are your opinions on .NET Core vs Python?

Bob Martin bob.martin at excite.com
Tue Jan 31 02:30:49 EST 2017


in 770457 20170131 011814 "Joseph L. Casale" <jcasale at activenetwerx.com> wrote:
>> C# hardly seems any better than Java to me as far as a language goes.
>
>Which sounds pretty good to me, they are both high performance, mature
>and rich languages.
>
>> Being forced into working with classes even when they are not
>> appropriate is jarring.
>
>And 100% irrelevant, it doesn't prevent you from doing anything you
>otherwise could without.
>
>> Because everything is forced into a class, one
>> often ends up with very long classes in C#, spanning more than one file!
>
>Sorry, sounds like you need to learn SOLID, none of my classes
>have ever taken this form.
>
>>  Makes the code much harder to follow from a human point of view. After
>> working in C# I very much appreciate Python's explicit self requirement
>> for accessing local instance variables.
>
>So, prefix them with "this." and they will look the same?

Please include the identity of people you are quoting.



More information about the Python-list mailing list