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
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
auction.sol is complicated. Contributors need to remember a fair bit of constraints. One possible change is to recombine the assertions and the business logic to make it clearer what the limits are on variables as they are used.
The text was updated successfully, but these errors were encountered:
rainbreak
changed the title
reduce cognitive overhead
audit: reduce cognitive overhead
Aug 26, 2016
I'm not sure if it makes it any simpler, but one way of doing this is to combine all of the contracts into a single large one. I've done this as part of trying to debug dapple 0.8 and it comes to ~800 lines.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
auction.sol is complicated. Contributors need to remember a fair bit of constraints. One possible change is to recombine the assertions and the business logic to make it clearer what the limits are on variables as they are used.
The text was updated successfully, but these errors were encountered: