this post was submitted on 25 Mar 2024
529 points (98.7% liked)

Programmer Humor

19103 readers
1119 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] TheEntity 2 points 5 months ago (1 children)

The very notion of "less of a UB" is against the concept of UB. If you have an UB in your program, all guarantees are out of the window.

[โ€“] [email protected] 2 points 5 months ago

I mean, changing a const is itself a questionable move (the question being whether the one doing it is insane)