this post was submitted on 16 Mar 2025
796 points (98.2% liked)

Programmer Humor

23132 readers
973 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
796
C++ (ani.social)
submitted 1 month ago* (last edited 1 month ago) by kiri@ani.social to c/programmer_humor@programming.dev
 
you are viewing a single comment's thread
view the rest of the comments
[–] CanadaPlus@lemmy.sdf.org 1 points 1 month ago

I feel like a really bad job has been done of making it simple, honestly. Or at least was last I checked.

Pointers allow aliasing XOR mutability. There's all kinds of nuance layered on top of that if you look in the compiler developers resources, but that's just to allow for all the different kinds of sugar people want in a modern language.