Tag: command

  • How to implement Command pattern in Java?

    Let’s say you run a company. You want to give commands to your manager to instruct developers to write code for an application and testers to test it. Also you want to tell the manager what to do dynamically. You give him only the command but the manager neither knows who is going to execute…