this post was submitted on 18 Jan 2024
0 points (NaN% liked)

Programmer Humor

19149 readers
1063 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
[โ€“] 0x0@lemmy.dbzer0.com 1 points 7 months ago (1 children)

I propose a new, more threatening kind of control flow.

do {
  /* something */
} or else {
  /* you don't want to find out */
}
[โ€“] gex@lemmy.world 1 points 7 months ago

Some C++ style guides suggest the following naming convention for functions that crash on any error

OpenFileOrDie()