fordeka
fordeka

Reputation: 979

What's a good name for a class that takes network commands and executes them?

So say I have this class that is just responsible for taking NetworkRequest's and handling their execution on a given server... what do I name it? I can think of lots of verb names but I want to avoid that.

Upvotes: 0

Views: 83

Answers (1)

Tim Ruddick
Tim Ruddick

Reputation: 1403

NetworkCommandExecutor NetworkRequestDistributor CommandDistributor RequestDirector GeneralSchwarzkopf

Upvotes: 3

Related Questions