JustBrandonLim / ICT2106_P2_Project_M1

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

3.5.3 Apply SOLID (ISP) to EmailService Start: 18/03/23 | End: 18/03/23 #152

Closed FS75 closed 1 year ago

FS75 commented 1 year ago

The interface segregation principle will be applied to the EmailService class as a means of only providing the required methods for other classes that require them.

FS75 commented 1 year ago

18/03/2023

Backend

Image

Image

Image

Class Diagram - Before

Image

Class Diagram - After

Image