Consensys / smart-contract-best-practices

A guide to smart contract security best practices
https://consensys.github.io/smart-contract-best-practices/
7.51k stars 1.48k forks source link

add style guide #225

Open simonDos opened 5 years ago

simonDos commented 5 years ago

The section on style guides is quite short at the moment. A more extensive description with examples would be better.

This can be highly valuable for newcomers and for the community as a whole!

There are some good style guides already out there that could be incorporated like this one: https://github.com/0xcert/solidity-style-guide

maurelian commented 4 years ago

We actually have no content about style guides at all right now AFAICT. This could be valuable, perhaps under documentation and procedures?

I'm especially interested in style guides that have linter plugins.

samsaif87 commented 4 years ago

Good