Launches
C

Command Service Object (CSO)

Rails Generator for command service object

2 votes·0 comments·Sep 18, 2019

About

Command Design Pattern consists of Command Object and Service Object (Executor), Command object is responsible for containing Client requests and run input validations on it to ensure that the request is valid and set default values, then Service Object applies the business logic on that command.