this post was submitted on 06 Jul 2024
440 points (95.5% liked)

Programmer Humor

32410 readers
1 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] NocturnalMorning@lemmy.world 2 points 1 year ago (7 children)

Sure, refactoring is sometimes necessary. But refactoring also introduces new bugs often. Our code base is constantly being refactoring, and it's not more reliable, stuff is constantly breaking.

[–] MyNameIsRichard@lemmy.ml 5 points 1 year ago (5 children)

Tell me that you don't have a test suite without telling you don't have a test suite

[–] NocturnalMorning@lemmy.world -3 points 1 year ago (4 children)

Why are programmers so arrogant? They do have unit tests, and a dedicated test team. Refactoring can and does introduce bugs. It's a fact.

[–] MyNameIsRichard@lemmy.ml 3 points 1 year ago

Frankly, if your test suite isn't catching 95% or more of the bugs, there's a problem with the test suite and if uat aren't catching 95% or more of the remainder, there's a problem with uat

load more comments (3 replies)
load more comments (3 replies)
load more comments (4 replies)