22

Imagine saving Integers and Floats in a MySQL table as strings containing locale based thousand sepatators...
man... fickt das hart!

Wait, there's more!
Imagine storing a field containing list of object data as a CSV in a single table column instead of using JSON format or a separate DB table.... and later parsing it by splitting the CSV string on ";"...

Comments
  • 4
    are you looking into my company's codebases????!!!!
  • 1
    Never let code monkeys design the database.
  • 2
    @Frederick Uhm... honestly that would make this legacy shit much mor organized lol
    They currently put all PDFs (some 8000) in the same fucking folder... they could have easily generated a folder structure, but "naaah... it'll be fine"
  • 1
    @tosensei yeah it was a called sharepoint lmao
  • 1
    @tosensei or the bullshit rr donnelly had lol
  • 0
    I've said this before but I will say it again: user choices (often single button clicks) stored in a sliders table as binary arrays
Add Comment