Just a quick question:
I can’t find any easy way of passing some parameters with my commands, for instance; open this url. The command sent from a button would be something like “openUrl” but now I have to do some ugly code to save the url in a static class known by both the sender and the receiver, and I don’t know if this is correct either? (is there any race conditions possible?)
There is a message framework, should I use that instead of commands in cases like this?