This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Ok, the tittle is confusing, but I don't know how to explain it better. I refactorized a bunch of code, so instead of a switch statement, I have a command class, and then I derive that class for each case: class DowhateverCommand: Command ...
The question is, is there a better way than adding all those commands by hand? What I am doing now is just it: mycommands.add(dowhatevercommand); for each one. I suppose it's not the best approach, but cannot figure out a better solution. Any creative mind out there? Thanks in advance.
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/csharp/comm...