JustBrandonLim / ICT2106_P2_Project_M1

For lab group P2's project integration repository
1 stars 1 forks source link

3.5.2 Apply SOLID (SRP) to AccountService Start: 18/03/23 | End: 18/03/23 #151

Closed brucewzj99 closed 1 year ago

brucewzj99 commented 1 year ago

AccountService separated to AccountReadService and AccountWriteService as a means to only delegate single responsibilities to each service

brucewzj99 commented 1 year ago

18/3

Image

Image

Before:

Image

After:

Image