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
This is a really detailed architecture and I'm looking to implement this in a project. I'm trying to understand entities in the src folder.
It would be easy to directly pass a user object to the add usecase for example, instead we create a userEntity and pass that to the repository to then call methods like getUsername()
Why?
Is this just to make testing easier?
The text was updated successfully, but these errors were encountered:
This is a really detailed architecture and I'm looking to implement this in a project. I'm trying to understand entities in the src folder.
It would be easy to directly pass a user object to the add usecase for example, instead we create a userEntity and pass that to the repository to then call methods like getUsername()
Why?
Is this just to make testing easier?
The text was updated successfully, but these errors were encountered: