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

Programmer Humor

32495 readers
702 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
[โ€“] [email protected] 13 points 10 months ago (7 children)

Now I want to know what "tech debt" means. Could someone please Google for me?

[โ€“] [email protected] 22 points 10 months ago* (last edited 10 months ago)

It's mostly a software development term. Bugs are the most obvious kind of tech debt. They have to be fixed or a product will slowly become unusable over time, so when you release something with bugs you're incurring "debt" they must be "paid" later by fixing them. A lot of tech debt also involves corner cutting and bad design decisions that are hard to explain briefly.

load more comments (6 replies)