116
submitted 6 months ago by filtoid@lemmy.ml to c/programmerhumor@lemmy.ml

I've heard of Pythonistas and Rustaceans. What are some of the other names given to devs writing in, for example, PHP or C++. Appreciate any answers - both serious and joking.

you are viewing a single comment's thread
view the rest of the comments
[-] TeoTwawki@lemmy.world 19 points 6 months ago* (last edited 6 months ago)

C#itheads - those are the guys that show up to the emulation project I work on insisting we would drastically improve by nuclear rewriting millions of lines of code into c# (or another language occasionaly).

It's a 20ish yrs old c++ program, we're never doing it but someone will show up trying to push the topic every couple of months.

[-] Rez@sh.itjust.works 7 points 6 months ago

As a junior dev, who mainly works with C#, wf improvements are they talking about? I always thought that C++ is way better for when performance is important, like in emulation. At my company, the seniors keep talking about how we should move away form .NET to C++.

[-] TeoTwawki@lemmy.world 8 points 6 months ago* (last edited 6 months ago)

Usually some excuse about being more accessible from someone that just doesn't want to leave their own comfort zone - non professionals playing at being professional after coming across our github. See also: complaints about not having an installer download (strictly clone and build)

[-] AMDIsOurLord@lemmy.ml 3 points 5 months ago

C# can have native performance, if you sit down and really optimize shit until you go mad, you can have absolutely minimal runtime friction. The .Net runtime despite it's stupid fucking name from a bygone era is actually really smart with code gen.

This of course depends on the code, project and your own skill level

this post was submitted on 20 Mar 2024
116 points (96.0% liked)

Programmer Humor

32024 readers
1512 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS