• 0 Posts
  • 194 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle










  • eluvatartoC SharpOption Result library for c#
    link
    fedilink
    arrow-up
    6
    ·
    5 months ago

    At least for this specific example I don’t know why I wouldn’t use null instead of option and ?? As it’s more clear what’s happening as it’s standard C#

    Also in your example does the function to the right of | execute always?