Update CODE_STYLE.md (#1842)

Add: Interface names should have a capital I prefix.
This commit is contained in:
Andrew B Coathup
2019-07-26 23:04:45 +10:00
committed by Nicolás Venturo
parent 623c3c05c8
commit e869b37d0b

View File

@ -61,3 +61,9 @@ Any exception or additions specific to our project are documented below.
Some standards (e.g. ERC20) use present tense, and in those cases the
standard specification prevails.
* Interface names should have a capital I prefix.
```
interface IERC777 {
```