You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once major pieces are in place, explore ways of optimizing the validation/allowance process. Look to implement the following possible improvements:
Use lazy evaluation in validate and assertion functions by returning generators instead of fully calculated containers.
Create optimized _validate...() functions for faster testing (short-circuit evaluation and Boolean return values) rather than using _compare...() functions in all cases.
The text was updated successfully, but these errors were encountered:
Once major pieces are in place, explore ways of optimizing the validation/allowance process. Look to implement the following possible improvements:
The text was updated successfully, but these errors were encountered: