sensenet
sensenet copied to clipboard
better way to define actions
right now each action is defined as an integer and then I create a lookup table/case/if statements to process the action, if the order of actions changes, the code is broken, need a more robust system to deal with actions.
enums or something similar