-
Notifications
You must be signed in to change notification settings - Fork 2
Contribution guidelines
Nicolas Frega edited this page May 8, 2018
·
2 revisions
Some general design goals.
Small files, small contracts, and small functions when possible.
Self descriptive and short names.
Strive to reach 100% coverage.
Consistent use of function styles and purposes.
Guidelines for coding style.
When in doubt always follow the official Solidity style guide: https://solidity.readthedocs.io/en/latest/style-guide.html
Additional rules in: https://github.com/NFhbar/SingleTxMultisig/blob/master/.soliumrc.json
Follow the style rules in: https://github.com/NFhbar/SingleTxMultisig/blob/master/.eslintrc.js
Keep tests short and precise.