Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add comment about ERC
  • Loading branch information
Leo Arias committed Sep 3, 2018
commit eed70290dcf2088e69f9942baa8284987ed9cc3c
7 changes: 5 additions & 2 deletions CODE_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ Any exception or additions specific to our project are documented below.
}
```

The exception are the parameters of events. There is not chance of ambiguity
with these, so they should not have underscores.
The exception are the parameters of events. There is no chance of ambiguity
with these, so they should not have underscores. Not even if they are
specified on an ERC with underscores; removing them doesn't change the ABI,
so we should be consistent with the rest of the events in this repository
and remove them.

* Internal and private state variables should have an underscore suffix.

Expand Down