this post was submitted on 05 Aug 2023
673 points (97.9% liked)

Programmer Humor

31217 readers
37 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 11 months ago (2 children)

It's definitely great in theory until you inherit a codebase with no tests, poor documentation, and numerous reported bugs already live in production. Even better if it was written by people hired because they could do other things better than they could code - which looking at some of the unlabeled wiring messes we were left, isn't saying a lot.

[–] [email protected] 8 points 11 months ago* (last edited 11 months ago) (1 children)

Good way to figure out how an unknown code base works is to add unit tests tho

[–] [email protected] 4 points 11 months ago

It's also the only way to migrate architecture safely.

[–] [email protected] 1 points 11 months ago

How does that even correlated?