Skip to content

Ubiquitous Language

Filippov Denis edited this page Nov 15, 2021 · 5 revisions

Here you can find ubiquitous language -- dictionary with terms, which will be used in documentation, code and other places.

The ubiquitous language is divided by bounded context, where there are no contradictions in terms.

Web application context

Book's meta

  • Data, which contains main information about book (like title, author, cover and etc).
  • It will be usually used for displaying lists of books in user applications.
  • Not confuse with book's profile.

Book's profile

  • Data, which contains whole information about book (except for content) like title, author, description, size, number of readers and etc. Also it contains links on popular comments, quotes, reviews and etc.
  • It will be used for displaying book profiles in user applications.
  • Not confuse with book's meta.

Clone this wiki locally