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

Programmer Humor

22155 readers
3167 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
800
C++ (ani.social)
submitted 2 weeks ago* (last edited 2 weeks 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 2 weeks 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.