this post was submitted on 24 Jul 2026
419 points (97.7% liked)

Programmer Humor

32870 readers
228 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ready_for_qa@programming.dev 7 points 3 weeks ago (1 children)

You could also have it write your tests first from the requirements and use red green tdd as you write.

[โ€“] Huginn12@lemmy.world 9 points 3 weeks ago

In a perfect world yes, but even after all the solution in and planning, once a developer gets into the request and looks at the code things often change.

Requirement only written test steps are rarely going to be enough to cover every scenario. Saying this as a 10 year ba veteran