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

Programmer Humor

31217 readers
36 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] 4 points 11 months ago (1 children)

Sounds like you either need to establish better task parameters or you need to gain more experience programming.

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

This is very true.

Unfortunately most product managers SUCK at designing or making software.

Agile tries to fix this be supporting frequent iteration.

Unfortunately most programmers SUCK at writing good code.

TDD tries to fix this by forcing the consideration of end results (testing) at the beginning. It forces programmers and product teams to actually think and work. Make clear design decisions earlier on, but not to the point of waterfall.

It’s just a giant cesspool of failure due to human laziness that usually falls on the shoulders of QA.

Bottom line, making good software is hard. It takes time. But the market won’t support slow development. The business and sales teams remind me of Veruca Salt in Willy Wonka.