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. 🤔

  • taaz@biglemmowski.win
    link
    fedilink
    English
    arrow-up
    15
    ·
    9 days ago

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

    Please decimal check

    lol

    • grrgyle@slrpnk.netOP
      link
      fedilink
      arrow-up
      2
      ·
      9 days ago

      This is why you manually check and confirm each replacement, as tedious as it is. 😔