this post was submitted on 14 Sep 2023
433 points (80.0% liked)

Programmer Humor

19149 readers
1287 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 109 points 1 year ago (1 children)

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

[–] turbodrooler 98 points 1 year ago (2 children)

Guessing it’s about Unity changing their royalty structure.

[–] [email protected] 91 points 1 year ago (1 children)

Which is kind of weird because most C# devs aren't doing games.

[–] [email protected] 13 points 1 year ago

Yeah. Maybe c# game developers will drop. But they're actually a drop in the ocean.

[–] [email protected] 43 points 1 year ago (5 children)

Surely other engines use it? I know godot supports it. Not to mention half the business software of the world (pre cloud) seemingly built with it. etc

[–] turbodrooler 49 points 1 year ago (1 children)

Unreal, Unity’s primary competitor, doesn’t. Mainstream gamers seem to only know about the two. Anyway, it’s a meme. I use C# for exclusively boring corporate stuff, and will continue.

[–] [email protected] 9 points 1 year ago

It's a joke built in hyperbole for sure. A lot of my friends are C# devs they're not going anywhere.

[–] [email protected] 8 points 1 year ago

A whole lot more than game engines uses C#.

[–] [email protected] 1 points 1 year ago (2 children)
[–] marcos 3 points 1 year ago

You can access the Excel scripting engine from C#, but this is more of a case of C# supporting Excel than the other way around. (And you will really not want to do it if you just have to read and save data in excel files.)

Excel mainly uses VBA.

[–] [email protected] 2 points 1 year ago (1 children)

I doubt they went away from VBA. While I do use C# any time I can, I can't say the same thing for Excel. I do know there are ways to do interop, and it's not great. Office file formats and interop have always been... awful.

[–] [email protected] 2 points 1 year ago

They actually recently added python support.