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 Oct 17, 2022. It is now read-only.
I'm new to solidity and I went through the tutorials.
I was wondering : is the style guide outdated/irrelevant or are all the tutorials not respecting ethereum.org's own standards ?
The naming conventions, wrapped functions indentations, etc. are contradictory with the guide.
I believe good coding style in the tutorials is as if not more important as the guide itself. Let me know if I can go ahead and submit corrections or if the guide is to be rewritten.
The text was updated successfully, but these errors were encountered:
I had a similar problem with truffle compile. It complained about having the constructor functions named after the contract's name, not being named constructor().
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello everyone,
I'm new to solidity and I went through the tutorials.
I was wondering : is the style guide outdated/irrelevant or are all the tutorials not respecting ethereum.org's own standards ?
The naming conventions, wrapped functions indentations, etc. are contradictory with the guide.
I believe good coding style in the tutorials is as if not more important as the guide itself. Let me know if I can go ahead and submit corrections or if the guide is to be rewritten.
The text was updated successfully, but these errors were encountered: