logoalt Hacker News

nottorp04/03/20251 replyview on HN

Say, doesn't each business - each activity - have its own formal language?

Not as formalized as programming languages, but it's there.

Try to define any process, you end up with something trending towards formalized even if you don't realize it.


Replies

skydhash04/03/2025

That's pretty much the whole basis of Domain Driven Design. The core message is to get to an Ubiquitous Language which is the formalization of the business jargon (pretty much a glossary). From which the code can then be derived naturally.

show 1 reply