Comment on: C# - What is the best way to dispatch a bunch of functions all with the same signature?
0 23 Feb 2018 01:56 u/QuitWaistingOurMoney in v/programmingComment on: C# - What is the best way to dispatch a bunch of functions all with the same signature?
I don't work with it on a day to day basis so would need to look myself, but I think you could achieve what you are trying to do with C#'s Reflection capabilities.
Probably you can create a class to encapsulate all the various commands you have in separate methods named as their command name (maybe with an added constant like Command concatenated to it) then invoke it with reflection using the passed in name plus anything concatenated to it.
Comment on: The Agile Conspiracy
Agile and SCRUM seem similar to communism/socialism in that its sold as a cure all to the problems, but seems often to devolve into something else and when it fails is blamed that it wasn't real Agile.
Cool glad you got it worked out.