Results and errors handling strategies (in C#)
Overview
A consistent and robust strategy to propagate results and errors is key for both code correctness and solidity.
Talking about results propagation we cannot avoid bring up functional programming. Behavior of purely functional code is predicta...
jackcoder.hashnode.dev7 min read