Commit e869b37d by Andrew B Coathup Committed by Nicolás Venturo

Update CODE_STYLE.md (#1842)

Add: Interface names should have a capital I prefix.
parent 623c3c05
...@@ -61,3 +61,9 @@ Any exception or additions specific to our project are documented below. ...@@ -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 Some standards (e.g. ERC20) use present tense, and in those cases the
standard specification prevails. standard specification prevails.
* Interface names should have a capital I prefix.
```
interface IERC777 {
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment