I ran into a problem today where the most elegant solution was to dynamically instantiate a class. However, I couldn’t for the life of me figure out how to do that. Basically, the situation was this:
Dispatch Event A
If Event A Fails, Dispatch Event B, then re-dispatch Event A.
This dealt with a SQLite database [...]
