Hacker News new | ask | show | jobs
by PJDK 3020 days ago
The new tuples do allow names, which can be a nice half way house so you can do something like

(bool success, string errormessage, foo addedItem)

as a return type. A big step up from Tuple<bool, string, foo>!