581
you are viewing a single comment's thread
view the rest of the comments
[-] ScreaminOctopus@sh.itjust.works 19 points 1 month ago

Tbf, does anyone actually "like" C++?

[-] suy@programming.dev 19 points 1 month ago

Yes. There is already an answer with many votes saying so, but I'll add myself to the list.

I don't have to like all the language, and not even all of the standard library. I learnt C++ with the Qt library, and I still do 99% of my development using Qt because it's the kind of software that I like to write the most. I can choose the parts that I like the most about the full C++ ecosystem, like most people do (you would have to see how different game development is, for example).

I'm also learning Rust, and I see nothing wrong with it. It's just that I see C++ better for the kind of stuff that I need to write (at this time at least).

[-] refalo@programming.dev 2 points 1 month ago

personally I just can't get over the syntax to even try rust. to me it just looks terrible. I know not everybody agrees though. that and having even longer compile times and no mature gui framework

[-] ScreaminOctopus@sh.itjust.works 1 points 1 month ago

IMO the syntax is fine except for the borrow checker shit that just looks arcane. The fact that everything cargo drags in is statically linked really turns me off the language for anything serious. It's really unfortunate because I'd otherwise put some time into learning it, but it seems like the rust foundation is fine with this (ridiculous IMO) workflow.

[-] Lobreeze@lemmy.world 6 points 1 month ago

I don't mind it

[-] frezik@midwest.social 5 points 1 month ago

I like a subset of C++ that's sane enough to grapple with.

this post was submitted on 15 May 2024
581 points (96.9% liked)

Programmer Humor

18244 readers
1 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