sensenet icon indicating copy to clipboard operation
sensenet copied to clipboard

better way to define actions

Open jtoy opened this issue 8 years ago • 1 comments

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.

jtoy avatar Nov 26 '17 21:11 jtoy

enums or something similar

jtoy avatar Nov 28 '17 15:11 jtoy