79207108

Date: 2024-11-20 12:04:33
Score: 1
Natty:
Report link

Found the reason: I implemented the wrong .Match(...). It should be

ValidateStartingNumberError(int number)
    .Match(
        _ => None,
        error => DisplayError(error.Head.Message)
    );
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jeremy Loh