this post was submitted on 10 Mar 2026
50 points (98.1% liked)

Programming

26022 readers
342 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

When you call the humans who keep production safe “the bottleneck” you’re painting a very specific picture. The reviewer as the obstacle. The gate as friction. Something to route around. Cue in the Balrog scene from Lord of the Rings. That picture determines what you build. The tools to remove reviewers look different from tools to support them.

you are viewing a single comment's thread
view the rest of the comments
[–] alsimoneau@lemmy.ca 2 points 1 day ago (1 children)

Writing the requirements is what takes time.

[–] FishFace@piefed.social 3 points 1 day ago (1 children)

Instead of spending 4 weeks writing requirements and 1 week implementing them, have you tried spending a day guessing at requirements, half a week writing a prototype, and then asking the customer if it works for them?

Have you ever worked on a tools team where your customers are internal and your developers are also customers and so know the requirements inside-out?

[–] ulterno@programming.dev 1 points 1 day ago

Hehe! I have.
And what took the longest was for me to get used to the dual versioning of QML modules and fixing the UI code that was partially using stuff from both versions.

Business logic was pretty small for me but that was because other engineers had already written most of it in Maths.