Refactor ApplicationService #2980
GOODBOY008
started this conversation in
Ideas
Replies: 1 comment
-
How about split ApplicationService into three interface : ApplicationManageService, ApplicationActionService, ApplicationInfoService? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1. Split
ApplicationService
into three interface by principle.ApplicationService
: manage application info.ApplicationUtilsService
: for validate and query special info.ApplicationOpService
: operate the jobs on cluster corresponding to application.2. Split
ApplicationOpService
into different implement by deploy type.Appreciate any comments or feedback you may have on this discussion.
Beta Was this translation helpful? Give feedback.
All reactions