Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • 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. Commented Apr 29, 2016 at 5:41