r/ProgrammerHumor May 27 '22

Meme Welcome to hassle free coding

Post image
2.2k Upvotes

305 comments sorted by

View all comments

13

u/DaniilBSD May 27 '22

C# is a hustle free C++

Python is too limiting if you are used to C++

21

u/AlbertChomskystein May 27 '22

c# is microsoft java

4

u/BobQuixote May 27 '22

C# is MS Java with a radically different policy about new features. Java resists changes a lot more, C# has pretty strict criteria but is also pretty aggressive about developing the language, but not as much as C++ which at this point is like 3 or 4 languages mashed together.

2

u/Droidatopia May 28 '22

How much more divergence from Java will be needed before we can declare the original similarity gone?

I learned Java in school, took nine years off to do other stuff, then switched entirely to C# when I started an actual engineering job. Last year, I had my first chance to program in Java again in over 20 years and, all I can say is the years have not been kind.

It's weird too with all the C# features that Java has recently tried to start copying, but in a less useful way.