Replies: 1 comment 6 replies
-
If you are modelling the frontend and backend as separate contexts but want to share the terms, I think the simplest option would be to use the new
With
In this way any term defined in either contextA or contextB would match in the frontend code - however, it would show the definition as belonging to either contextA or contextB (or both if they have the same terminology with different definitions). This may not suit what you want, but since you say that the terms are the 'same', hopefully sharing the definitions is what you want? If it isn't what you want, then perhaps that is a hint that while the words are the same, the definitions are subtly different, which means the frontend should have it's own glossary? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In a lot of cases you use same terms in frontend and backend but best practice seems to be to have a frontend context and a backend context.
What is the way to cross the gap between both?
Beta Was this translation helpful? Give feedback.
All reactions