Skip to main content

Timeline for Command Pattern - Correct usage?

Current License: CC BY-SA 3.0

3 events
when toggle format what by license comment
Apr 29, 2016 at 5:41 comment added AgentX In the domain I am working on, there would be requests like - 1. generate list of grade A students & send congratulation email, 2. generate list of grade D students and enroll them in PIP program and send email. So the Business Requests would contain a couple of commands that are exactly the same maybe in different order. So I was planning to represent these Business Steps as commands. Each logical step would be in its own class.
Apr 29, 2016 at 5:28 history edited Darien CC BY-SA 3.0
added 181 characters in body
Apr 29, 2016 at 5:23 history answered Darien CC BY-SA 3.0