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
As a developer I would like to have explicitly typed objects so that it is clearer what happens in my code.
Acceptance Criteria
Since the main job of the software is to push data back and forth, it would be a huge help to use explicit data types. All the communication that currently happens by passing dictionaries should be converted to data classes.
Those data classes can be used for the repositories and webservice
The text was updated successfully, but these errors were encountered:
User Story
As a developer I would like to have explicitly typed objects so that it is clearer what happens in my code.
Acceptance Criteria
Since the main job of the software is to push data back and forth, it would be a huge help to use explicit data types. All the communication that currently happens by passing dictionaries should be converted to data classes.
Those data classes can be used for the repositories and webservice
The text was updated successfully, but these errors were encountered: