1076
you are viewing a single comment's thread
view the rest of the comments
[-] QuazarOmega@lemy.lol 10 points 9 months ago

As opposed to immutable variables

*confused screaming*

[-] yiliu@informis.land 5 points 9 months ago
[-] Eufalconimorph@discuss.tchncs.de 3 points 9 months ago* (last edited 9 months ago)
int const golden = 1.618;
int* non_constant = (int*)&golden;
golden = 1.61803399;

Casts are totally not a danger that should require a comment explaining safety…

this post was submitted on 08 Oct 2023
1076 points (96.6% liked)

Programmer Humor

18292 readers
1223 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