1071
you are viewing a single comment's thread
view the rest of the comments
[-] yiliu@informis.land 5 points 11 months ago
[-] Eufalconimorph@discuss.tchncs.de 3 points 11 months ago* (last edited 11 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
1071 points (96.5% liked)

Programmer Humor

19190 readers
1213 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