Open L-as opened 11 months ago
The imperativity makes it hard to understand what is happening and what is being checked. All checks should be deferred to the end by checking that a list of booleans is all true.
Also in mina codebase I usually see monadic syntax for cheks, can we use that instead?
yes we should
Important for auditing reasons, is a minor amount of work.
The imperativity makes it hard to understand what is happening and what is being checked. All checks should be deferred to the end by checking that a list of booleans is all true.