status-im / nim-stew

stew is collection of utilities, std library extensions and budding libraries that are frequently used at Status, but are too small to deserve their own git repository.
133 stars 18 forks source link

results: prefer `value` as canonical name for getting value #188

Closed arnetheduck closed 1 year ago

arnetheduck commented 1 year ago

A Result has a value and an error, while get exists for Option comptibility mainly - thus, use value more consistently.