You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The services we have follow the DI pattern which is good but they re not in a sense of the Service convention naming. The Create and Scaffold commands are in a sense of orchestrators or bundler of different structs.
AC
Rename the Create command Service.
Rename the Scaffold command Service.
Suggestion
For the Command Lines struct orchestrators, better to name them as CreateCommandExecutor or CreateCommandHandler
The text was updated successfully, but these errors were encountered:
Description
The services we have follow the DI pattern which is good but they re not in a sense of the Service convention naming. The Create and Scaffold commands are in a sense of orchestrators or bundler of different structs.
AC
Suggestion
For the Command Lines struct orchestrators, better to name them as
CreateCommandExecutor
orCreateCommandHandler
The text was updated successfully, but these errors were encountered: