PatamProject / Patam-BookScrabble

1 stars 0 forks source link

building the view Model #94

Open mayageva11 opened 1 year ago

mayageva11 commented 1 year ago

The ViewModel component acts as an intermediary between the Model and the View. It provides a layer of abstraction that exposes the necessary data and functionality from the Model to the View. The ViewModel translates the user's interactions with the View into actions that affect the underlying Model. It also notifies the View of any changes in the Model, allowing the View to update its display accordingly. Although not explicitly mentioned in the current state of the project, the ViewModel will be added in the near future. Its inclusion will enhance the modularity and extensibility of the application, making it easier to manage and update the user interface independently from the game logic.

mayageva11 commented 1 year ago

maya, itay and uri