Update GUIDELINES.md

frangio-patch-1
Francisco 2 years ago committed by GitHub
parent ac48658397
commit da258a58ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      GUIDELINES.md

@ -140,4 +140,4 @@ In addition to the official Solidity Style Guide we have a number of other conve
* It is important to follow a few rules around the use of Solidity overrides to avoid introducing unintended consequences due to the interaction with multiple inheritance:
1. When overriding a function `foo`, always invoke `super.foo`, and pass the same arguments that were received.
2. Never use `super` for a function other than the one being overridden.
2. Never use `super` outside of an override, or for a function other than the one being overridden.

Loading…
Cancel
Save