this post was submitted on 21 Jan 2024
520 points (97.8% liked)

Programmer Humor

32495 readers
317 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

Hey bro, can I have some antibiotic resistance?

Sure bro, but remember that the heavy metal tolerance gene is a dependency.

Shit, I'm on python 2 but hmrA requires python 3.

you are viewing a single comment's thread
view the rest of the comments
[–] BlackPenguins@lemmy.world 9 points 10 months ago* (last edited 10 months ago) (1 children)

It's the cleaning up of code by making it easier to read or rewriting something in a less convoluted way. Originally you just wanted it to be done quick so you coded it in a sloppy way. Now you have "debt" that needs to be fixed. You don't really gain anything by cleaning it, so it wastes your time instead of implementing something new.

[–] kakes@sh.itjust.works 6 points 10 months ago (1 children)

Well, technically the actual cleaning up part is "refactoring."

[–] BlackPenguins@lemmy.world 5 points 10 months ago

I wanted to use words a layman would know.