972
all 34 comments
sorted by: hot top controversial new old
[-] DharkStare@lemmy.world 149 points 10 months ago

There's also a lot of "what idiot wrote this code" only to check git and find out it was you.

[-] joyjoy@lemm.ee 26 points 10 months ago

I know where they live 😈

[-] Lepsea@sh.itjust.works 11 points 10 months ago
[-] ManjuuLemmy@lemmy.world 1 points 10 months ago

I'm....not sure if that's a thing I'd be boasting about.

[-] Comment105@lemm.ee 0 points 10 months ago* (last edited 10 months ago)

И меан, хо коолд ресист джаккинг офф афтер тхе "ИСховМеат"-инсидент?

[-] siipale@sopuli.xyz 1 points 10 months ago

Хорошо. Теик йор апвоут.

[-] tired_n_bored@lemmy.world 67 points 10 months ago

*while reviewing their own code

[-] Z4rK@lemmy.world 46 points 10 months ago* (last edited 10 months ago)

I’ve always found this classic the best measurement: WTF’s per minute

[-] QuazarOmega@lemy.lol 16 points 10 months ago

Funnily enough, the inverse happens for code writing

[-] Psythik@lemm.ee 5 points 10 months ago

Why do I have to download this image just to see it?

[-] Comment105@lemm.ee 12 points 10 months ago* (last edited 10 months ago)

Because of WTF-dense code.

[-] magic_lobster_party@kbin.social 32 points 10 months ago* (last edited 10 months ago)

Often when I ask “why” too many times, it’s because the coder chose the most convoluted approach to the problem.

Like when someone inherited an entire class just to access a single method, but it turned out he actually didn’t need that method, so he added an extra if statement in that method and a Boolean flag so it can do the thing he actually wanted.

And this was someone who consider himself a senior programmer.

[-] platypode@sh.itjust.works 12 points 10 months ago

I've been tasked with updating some code a senior programmer (15+ years experience, internally awarded, widely considered fantastic) who recently left the company wrote.

It's supposed to be a REST service. None of the API endpoints obey restful principles, the controller layer houses all of the business logic, and repositories are all labeled as services--and that's before we even get into the code itself. Genuinely astounding what passes for senior-level programming expertise.

[-] TheChurn@kbin.social 21 points 10 months ago

In many cases, getting something out quickly is more valuable than having it be clean.

Part of being a senior is knowing when fast is more important than perfect. Not saying your senior did everything right, just that a single example of someone's code isn't enough to judge the value of a person to an organization.

[-] platypode@sh.itjust.works 10 points 10 months ago

Fair enough, though I contend that for a common-case application like a database-backed REST API where the architecture is basically standardized there is no meaningful time difference between writing crappy code in a clean architecture and writing a crappy pile of spaghetti.

[-] magic_lobster_party@kbin.social 5 points 10 months ago

Ensuring all developers can continue putting out things quickly is equally (if not more) important.

[-] pixely@lemmy.world -1 points 10 months ago

Not always. It can be perfectly reasonable to implement something in a quick and dirty way to get it out there with a view to either kill it off (eg if it doesn’t get adopted by users) or re-write before it needs to be extended. The key is having the awareness when putting yourself in that position.

[-] steph@lemmy.clueware.org 4 points 10 months ago

Forewarning : ops here, I'm one of the few the bosses come to when the "quick code" in production goes sideways and the associated service goes down.

soapbox mode on

Pardon my french but that's a connerie.

Poorly written code, however fast it has been delivered, will translate ultimately into a range of problems going from customer insatisfaction to complete service outage, a spectrum of issues far more damageable than a late arrival on the market. I'd add that "quick and dirty code" is never "quick and dirty code with relevant, automated, test coverage", increasing the likelihood off aforementioned failures, the breadth of their impact and the difficulty to fix them.

Coincidentally , any news about yet another code-pissing LLM bothers me a tad, given that code-monkeys using such atrocities wouldn't know poorly written code from a shopping list to begin with, thus will never be able to maintain the produced gibberish.

[-] agressivelyPassive@feddit.de 4 points 10 months ago

I have to deal with a similar guy. He reports directly to the COO and is considered an expert in his field.

If I wrote his code in my former job, my boss would have asked me, if I'm having problems at home.

Countless variables named tmp, i, j, k, x, value, etc., atrocious error handling (Java, he does no null chess, but simply wrap everything in a try/catch nullpointer block), and tons of spelling mistakes.

Oh and tests are evil.

[-] hydro033@kbin.social 20 points 10 months ago

Man this sub just isnt funny

[-] sparky678348@lemm.ee 59 points 10 months ago

When you are getting watermarked Big bang theory screenshots, you know something needs to change

[-] pizzaiolo@slrpnk.net 12 points 10 months ago
[-] Comment105@lemm.ee 4 points 10 months ago

DAE think TBBT = bad?

[-] andrew@lemmy.stuart.fun 33 points 10 months ago

So post something funny. Or just post something. Sitting in the back yelling "this sucks" isn't going to help.

[-] MonkderZweite@feddit.ch 17 points 10 months ago* (last edited 10 months ago)

Legacy code:

  • that's a fallback from the 80ies...

  • this gets never executed...

  • yet another undefined variable...

  • ohh, that's clever!

[-] hellishharlot@programming.dev 2 points 10 months ago
  • Jeffery wtf is this?
  • ok so why didn't we remove this from the codebase!?
  • define the variable please I'm begging for just a smidge of readability!!! ... Oh that's actually remarkably clever
[-] knighthawk0811@lemmy.one 6 points 10 months ago

also

what kind of an idiot wrote this.... oh... i did

[-] darkevilmac@lemmy.zip 4 points 10 months ago
[-] churisotophu@feddit.de 2 points 10 months ago

People that use "code" in its plural form really grind my gears

[-] blanketswithsmallpox@kbin.social -1 points 10 months ago

https://www.youtube.com/watch?v=5cNF8mTSRzM - Sauce because turning your brain off is necessary sometimes.

[-] Lord_ToRA@lemmy.world 5 points 10 months ago

You'd definitely have to turn your brain off to be willing to watch any amount of that show.

[-] blanketswithsmallpox@kbin.social 1 points 10 months ago

This man is a necromancer...

this post was submitted on 17 Aug 2023
972 points (90.9% liked)

Programmer Humor

31223 readers
51 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS