79209116

Date: 2024-11-20 22:22:51
Score: 1.5
Natty:
Report link

I like this approach:

public ICommand MyCommand => new RelayCommand(
    () => { /* Command logic here */ },
    () => { /* CanExecute logic here */ }
);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dario DurĂ  Armadans