this post was submitted on 13 May 2026
10 points (70.8% liked)

Programming

26915 readers
554 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
 

Contrary to what many people believe in the DDD community, in my opinion, we’re not here to become domain experts; we’re here to build software.

you are viewing a single comment's thread
view the rest of the comments
[–] MagicShel@lemmy.zip 22 points 1 day ago

So I have frequently worked in projects where I don't know how end users interact with the software. I can make code hum without knowing how it fits into the ecosystem. Sometimes that's all the job is because that's the structure.

That said, I can contribute a lot more if I do understand the bigger picture. Domain knowledge helps me triage. It helps me propose effective alternatives. I'd say it is critical for understanding separation of concerns and deciding what compromises to recommended practices are reasonable.

I reject this principle. You can write code without domain knowledge, but software by itself has no purpose until it meets users. And to write software that works best for users you have to understand them.