this post was submitted on 29 Mar 2025
571 points (94.0% liked)

Programmer Humor

22295 readers
2075 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
 

(Also are Programming socks memes welcome here?)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -3 points 1 week ago (12 children)

Quite frankly I wouldn't recommend learning C these days except for maintaining, there are better languages e.g Rust, Go, Zig, Swift. And the Eu and US are cracking down on unsafe Code including open source.

[–] [email protected] 3 points 1 week ago (6 children)

A-ha, better languages my ass. They may make some specific job easier, but calling them good just because of that - nuh-uh. I would (and actually will) rather spend time learning to properly use C or C++

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

I call them better because C leave security holes in everything it touches.

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

Nothing a Valgrind pass can't solve. A surprisingly number of developers I've met have never heard of this tool, surprisingly, which is probably one of the reasons why people advocate for Rust. Can't really protect against developer ignorance without a strict language.

load more comments (4 replies)
load more comments (4 replies)
load more comments (9 replies)