this post was submitted on 24 Mar 2025
43 points (97.8% liked)

Programmer Humor

22752 readers
532 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
 

The post body:

[...] big refactoring project to replace the usage of double types with decimal types. Everything seemed to go well, at least until there was a network hiccup and the application couldn't connect to the database. Let's see if you can figure out what happened:

MessageBox.Show("Please decimal check the connection details. Also check firewall settings (port 1433) and network connectivity.");

What a clbuttic mistake.


I don't actually get the joke with clbuttic, though. ๐Ÿค”

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 14 points 1 month ago (1 children)

Someone did s/double/decimal/g (find 'double', replace by 'decimal') on the whole project.

Please decimal check

lol

[โ€“] [email protected] 2 points 1 month ago

This is why you manually check and confirm each replacement, as tedious as it is. ๐Ÿ˜”