this post was submitted on 05 Nov 2024
166 points (91.1% liked)

Programmer Humor

19483 readers
565 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] -4 points 1 day ago (2 children)

I am both the left guy and right guy. If you can't program without using a memory safe language, it's a skill issue. But I also don't want to switch to rust because I like the challenge of manual memory management. (Also rust's syntax and semantics looks like it was designed by a monkey attacking a typewriter.)

[–] [email protected] 9 points 1 day ago (1 children)

I write C++ professionally. Saying it's a skill issue doesn't solve the problem. If a dev with 15+ years of experience still isn't writing memory-safe C++ (ie. some of the people I work with), they're not going to learn now.

And if you're a project manager and you choose to use C++ because your team says they like the challenge then you should be fired.

Of course none of this applies to hobby projects...

[–] [email protected] 4 points 1 day ago (1 children)

Yeah, I'm not a model for good programing. I don't program professionally, I just like challenging myself in my hobby projects.

[–] sukhmel 3 points 1 day ago

I tried to learn assembly for that, but never did after all

[–] [email protected] 7 points 1 day ago (1 children)

Please tell me you just code golf or similar, and aren't making things for people to actually use and maintain.

[–] [email protected] 5 points 1 day ago

No, I don't do anything professionally. I just enjoy challenging myself.