this post was submitted on 06 Oct 2025
825 points (96.7% liked)

Programmer Humor

26772 readers
760 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 2 years ago
MODERATORS
 

Yeah learned this the hard way.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] fibojoly@sh.itjust.works 3 points 1 day ago* (last edited 1 day ago) (1 children)

Our company "architects" decided we needed 80% coverage minimum. On a mostly .Net 4.8 codebase. Hundreds of programs used in prod, with barely any tests in sight.
It's a fucking nightmare.

[โ€“] Metju@lemmy.world 1 points 18 hours ago

Ah, the classical "just introduce tests in a legacy codebase", what can go wrong?

My condolences, it's always a BITCH to handle