platform-contracts icon indicating copy to clipboard operation
platform-contracts copied to clipboard

Code Style unification

Open astroseger opened this issue 6 years ago • 2 comments

  1. Which aspects we want to unify? Only name of function and public variables, or more?

astroseger avatar Oct 03 '18 11:10 astroseger

We should follow everything in this: https://solidity.readthedocs.io/en/v0.4.25/style-guide.html

pennachin avatar Oct 04 '18 17:10 pennachin

There are few linters which can check Solidity code style. One can find their list at the end of the page: https://consensys.github.io/smart-contract-best-practices/security_tools/

vsbogd avatar Oct 05 '18 13:10 vsbogd