SIGS-UnB / core

Project SIGS
MIT License
1 stars 7 forks source link

Solid - Single Responsibility Principle - User and Coordinator #313

Open GeovanaRamos opened 4 years ago

GeovanaRamos commented 4 years ago

Problem description

Many methods related to user or coordinator are placed on other helpers.

Expected Behavior

Methods that seek any information that depends on the user or coordinator should be grouped on its specific class

Possible Solution

Group user methods on user helper Group coordinator methods on coordinator helperr