BlockScience / aztec-gddt

Aztec Granular Design Digital Twin
Apache License 2.0
10 stars 0 forks source link

Reduce nesting on p_select_proposal with return rather than if statements #263

Closed SeanMcOwen closed 3 months ago

SeanMcOwen commented 3 months ago

I.e. if process is None: pass

becomes return

All the extra else: pass

is harder to read