Replies: 1 comment 3 replies
-
Nice hint @n4n0b1t3 this is great, do you thing is worth it to add it somehow to the repo index @PatrickAlphaC ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe it's just me, but I find it helpful to always follow the same order when adding modifiers. This is nothing of importance, maybe a small improvement. Perhaps, following the solidity style guide would be a start.
The modifier order for a function should be:
https://docs.soliditylang.org/en/v0.8.11/style-guide.html?highlight=style%20guide#function-declaration
Beta Was this translation helpful? Give feedback.
All reactions