Commander.Fody icon indicating copy to clipboard operation
Commander.Fody copied to clipboard

Make the API more concise

Open buzzware opened this issue 9 years ago • 0 comments

I'm guessing the API can be made even more concise eg. can the string argument be optional, and derived from the method name? eg

[CanExecute] public bool CanGotoTwoPage() { ... }

[OnCommand] public void GotoTwoPage() { ... }

buzzware avatar Jul 21 '16 09:07 buzzware