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
Since there is a module for the boardUsers, we could extract the useCases related and insert them on the boardUser module. We could also create a controller to implement this useCases and remove them from external controllers.
Motivation
This refactor will concentrate all the logic of the board users in it's own module, which will allow the code readability and organisation
The text was updated successfully, but these errors were encountered:
Description
Since there is a module for the boardUsers, we could extract the useCases related and insert them on the boardUser module. We could also create a controller to implement this useCases and remove them from external controllers.
Motivation
This refactor will concentrate all the logic of the board users in it's own module, which will allow the code readability and organisation
The text was updated successfully, but these errors were encountered: