699
Sometimes, it's backwards (sh.itjust.works)
submitted 2 weeks ago* (last edited 2 weeks ago) by 0x4E4F@sh.itjust.works to c/programmer_humor@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] UnderpantsWeevil@lemmy.world 25 points 2 weeks ago

Christ, if you could see the abysmal efficiency of business tier SQL code being churned out in the Lowest Bidder mines overseas...

Using a few terrabytes of memory and a stack of processors as high as my knee so they can recreate Excel in a badly rendered .aspx page built in 2003.

[-] fibojoly@sh.itjust.works 7 points 2 weeks ago

We have a table with literally three columns. One is an id, another a filename and a third a path. Guess which one was picked as the primary key?

Never seen something so stupid in 28 years of computing. Including my studies.

[-] UnderpantsWeevil@lemmy.world 3 points 2 weeks ago

Well, you don't want to waste space by adding the same file path twice

[-] ugo@feddit.it 2 points 2 weeks ago

As a dev, I had to fix an O( n! ) algorithm once because the outsourced developer that wrote it had no clue about anything. This algorithm was making database queries. To an on-device database, granted, so no network requests, but jesus christ man. I questioned the sanity of the world that time, and haven’t stopped since.

[-] UnderpantsWeevil@lemmy.world 1 points 2 weeks ago

Oh yeah, I love people who stick SQL lookups in a For Loop. Even better, the coder who puts conditional if (but no then/else) clauses around a dozen raw text execution commands that fire in sequence. So you're making six distinct lookups per iteration rather than answering your question in a single query and referencing the results from memory.

Internal screaming

this post was submitted on 28 Sep 2024
699 points (96.2% liked)

Programmer Humor

19315 readers
39 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