You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Domain modeling is a powerful tool for rapid app development which became a mainstream technique with the advent of MVC frameworks.
The challenge is model evolution across different apps. Blockchain gives us a a first ever global database and as such will require our models to be understood globally, in many new contexts. For example a person may mean different things in Facebook app, as a patient in a hospital and as an employee in a corporation.
One technique of bounded contexts can come to the rescue. Let's discuss how we turn it into best practices for developing object models for the blockchain.
The text was updated successfully, but these errors were encountered:
Domain modeling is a powerful tool for rapid app development which became a mainstream technique with the advent of MVC frameworks.
The challenge is model evolution across different apps. Blockchain gives us a a first ever global database and as such will require our models to be understood globally, in many new contexts. For example a person may mean different things in Facebook app, as a patient in a hospital and as an employee in a corporation.
One technique of bounded contexts can come to the rescue. Let's discuss how we turn it into best practices for developing object models for the blockchain.
The text was updated successfully, but these errors were encountered: