this post was submitted on 14 Sep 2023
236 points (75.9% liked)

Programmer Humor

20763 readers
1765 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] amio@kbin.social 117 points 1 year ago (2 children)

You think C# is a Unity thing?

[–] EnderMB@lemmy.world 79 points 1 year ago

I doubt the number of C# developers would drop even 1% due to Unity fucking itself.

[–] GlitchyDigiBun@lemmy.dbzer0.com 18 points 1 year ago (3 children)

Me writing my silly little forms apps in silly little VS Pretty drop-down fields :)

[–] amio@kbin.social 11 points 1 year ago (6 children)

Oh, VS is not "little", it's one of the bloatiest pieces of software on earth.

Also, Forms? How dare you. :p

[–] Aux@lemmy.world 5 points 1 year ago

Once upon a time, a content management system for microsoft.com was a plug in for VS. And also a plug in for Word. And these two plugins had different feature sets, so you had to use both to manage content on microsoft.com. Don't ask how I know.

load more comments (5 replies)
load more comments (2 replies)
[–] onizuka89@programming.dev 112 points 1 year ago (2 children)

For those wondering, it's most likely a jab at unity with it's new license model, as you could code in C# in it.

[–] M500@lemmy.ml 14 points 1 year ago (6 children)

Is c# mainly just used in this engine?

[–] GigglyBobble@kbin.social 61 points 1 year ago (1 children)

It's probably a tiny fraction of the C#/dotnet ecosystem. But hobbyist meme creators mostly care about games, I guess.

load more comments (1 replies)
[–] amio@kbin.social 47 points 1 year ago

No, C# is a general purpose language that Unity has a botched, outdated version of.

[–] onizuka89@programming.dev 34 points 1 year ago

No, as other's have pointed out it's not. There are plenty of other areas to use it, even in other game engines. OP is just trying to make it seem funny by making the exaggerated narrative that it's the only use case for C#. If Boo was still around in Unity this joke would been accurate with that, don't think that was used anywhere else

[–] Shugzaurus@sh.itjust.works 17 points 1 year ago (1 children)

It is also the language of DotNet framework so hardly.

[–] HiddenLayer5@lemmy.ml 7 points 1 year ago (6 children)

I mean Windows is also undergoing enshitification it could still be true?

[–] gnutrino@programming.dev 11 points 1 year ago

Dotnet has been cross platform for a while now (so long it's not even called dotnet core anymore)

[–] Lmaydev@programming.dev 10 points 1 year ago

It's been cross platform and open source for like 10 years now.

load more comments (4 replies)
[–] PixxlMan@lemmy.world 6 points 1 year ago

Not at all. Unity's use of C# is pretty unconventional even. Not representative at all.

load more comments (1 replies)
load more comments (1 replies)
[–] PixxlMan@lemmy.world 78 points 1 year ago (4 children)

Thinking that C# is just Unity is a MASSIVE disservice to C# and dotnet imo. Unity's usage of C# is really crummy, basically relegating a very powerful language to working as a weird scripting language.

[–] modulojs@programming.dev 16 points 1 year ago* (last edited 1 year ago) (2 children)

Absolutely. C# in Unity always seemed to me like a square peg in a round hole.

From my perspective (teaching game programming classes), it's incredibly clunky for beginners when compared to others. Unity needed a tightly integrated, noob-proof scripting language. Despite C# being the primary language, it's integration and setup with the rest of Unity seems surprisingly lacking, and, like you're referencing, you don't even get convenient use of the broader C# / Mono / .net ecosystem, which makes skills more portable. Even the "bad old days" of Flash/ActionScript were much easier for students, and results in more portable coding skills (e.g. at least transitioning to Web / JavaScript from Flash / ActionScript is easier)

It's much easier to teach same lessons / concepts using Godot, though sadly Unity is much better known. Hopefully the present pricing chaos might shift the needle a bit on this!

load more comments (2 replies)
[–] dylanTheDeveloper@lemmy.world 10 points 1 year ago (1 children)

I'd say the same with Unreal and C++

[–] dukk@programming.dev 7 points 1 year ago (1 children)

I mean you’re right, but I’ve never met anyone who thinks that way. C++ is everywhere (although C++ itself is just a hot mess of a language imo).

load more comments (1 replies)
[–] kryllic@programming.dev 9 points 1 year ago (2 children)

Agreed, I feel like if someone starts their C# journey exclusively in Unity, they won't have a solid foundation in the actual language, just that specific implementation of it as a scripting language.

[–] Eloise@lemm.ee 6 points 1 year ago

Can confirm as someone who did exactly that before starting over with c++

load more comments (1 replies)
[–] xantoxis@lemmy.world 8 points 1 year ago

Not to mention C# is also the best way to write a Godot project.

[–] Rentlar@lemmy.ca 70 points 1 year ago* (last edited 1 year ago) (5 children)

Nice meme. I'll just ignore the fact most C# devs aren't game devs but...

Many other engines use C#. Godot is compatible with it, for example.

load more comments (5 replies)
[–] Ddhuud@lemmy.world 56 points 1 year ago (1 children)

Because the only possible thing to do in c# is unity stuff.........

.

.

.

...

[–] fuck_u_spez_in_particular@lemmy.world 21 points 1 year ago (3 children)

I mean why else would you want to use C# when there's Rust 🦀 and all the awesome tooling and libraries around it...

[–] areyouevenreal@lemm.ee 13 points 1 year ago (11 children)

Rust really isn't all that. Plus C# is used for all kinds of corporate stuff where Rust levels of performance aren't needed. It's also used in several other game engines

load more comments (11 replies)
[–] brezelradar@feddit.de 7 points 1 year ago

Yea, there are 50 game engines written in rust - or so I heard.

[–] makingStuffForFun@lemmy.ml 34 points 1 year ago

Ok. What am I in the dark about this time?

[–] ledtasso@lemmy.world 22 points 1 year ago (9 children)

Hot take (maybe?) C# looks like a great language, better than Java. I wish I had an excuse to use it.

[–] Pipoca@lemmy.world 5 points 1 year ago

Being a much better language than Java isn't exactly a high bar.

load more comments (8 replies)
[–] Pfnic@feddit.ch 19 points 1 year ago

Because ASP.NET isn't a thing at all...

[–] tomjuggler@lemmy.world 15 points 1 year ago

Fun meme but corporate job listings in my town contradict the premise.

Let them C# I'm sticking to C++ and Python.

[–] pkill@programming.dev 13 points 1 year ago (5 children)

Rooting for Bevy so much rn

load more comments (5 replies)
[–] pleasemakesense@lemmy.world 11 points 1 year ago (6 children)

Is it pissible for programmers to encounter a silly little meme without taking it serious and going into a frenzy explaining that actually its premise is wrong

[–] samus12345@lemmy.world 17 points 1 year ago (1 children)

No, it would be pretty painful to piss something like that.

[–] FartsWithAnAccent@lemmy.world 7 points 1 year ago

Maybe you just need to drink more cranberry juice...

[–] Myrhial@discuss.online 5 points 1 year ago

I immediately angrility opened the comments to respond. I think it's just a side effect of working in this field. I have to be completely literal to the computer so in communication I prefer the same style. I will argue with people on the use of ambiguous language. More so if they are analysts. I can understand the business doesn't always fully grasp the concept but if you give me a functional analysis it best be 100% clear. And yes, I've been tested for autism, it certainly flagged up as a possible trait, but it's hard to know if this hasn't just become an ingrained preference. Sure does help me when communicating with neurodivergent people, and I've heard from several neurotypical people as well that they actually appreciate the clarity!

load more comments (4 replies)
[–] Lazycog@sopuli.xyz 10 points 1 year ago* (last edited 1 year ago)

Wait what? What happens in jan 2024?

Edit: ah, unity's new install based pricing.

[–] MrScottyTay@sh.itjust.works 9 points 1 year ago

C# is massive, .NET one of the biggest platforms for code is C#. Plus Godot, Unity's closest comparable competitor, also allows C#.

[–] gratux@lemmy.blahaj.zone 8 points 1 year ago (4 children)
load more comments (4 replies)
[–] pythonoob@programming.dev 4 points 1 year ago (1 children)

How does she look like a different person in every pane?

load more comments (1 replies)
load more comments
view more: next ›