▲ | skydhash 15 days ago | |||||||
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. | ||||||||
▲ | nottorp 15 days ago | parent [-] | |||||||
> From which the code can then be derived naturally. Disagree with "naturally". Unless you want to end up on accidentally quadratic. Or on accidentally exponential if there's such a list. | ||||||||
|