[Technical] Adjust the code the follow the domain design #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a frontend developer,
I want to structure the Angular application using Domain-Driven Design principles and expose domain logic through Facade services,
so that the application becomes easier to maintain, scalable, and decoupled from UI components.