More consistent contract parameter naming #24
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactor/naming-conventions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
because we all love consistency.
Please comment and mark lines that you think should have different/more descriptive/consistent naming
I would replace all
recipient
withcontributor
.What about
recipientId
->contributorId
?Why the change from
contributorId
->voterId
?yeah...hmmm.. thought it is more descriptive.. but I see your point.
In these events we have two different "contributors"
one is the recipient and one is the voter - that's why I'd use voterId and recipientId.
?