Closed seniorjoinu closed 6 years ago
IndyUser is a heavy class with a lot of code so it would be great to decouple its interface from implementation.
This would help other developers to understand IndyUser logic.
Break down IndyUser into interface and class that implements this interface
Detailed Description
IndyUser is a heavy class with a lot of code so it would be great to decouple its interface from implementation.
Context
This would help other developers to understand IndyUser logic.
Possible Implementation
Break down IndyUser into interface and class that implements this interface