Rethink current naming convention in contracts #386
Labels
needs triage
Needs to be assigned the appropriate labels
priority: 0
Nice-to-have. Willing to ship without this.
type: ref
A code update that doesn't meaningfully change functionality.
What is the feature you would like to see?
Right now we use in some cases Solidity like naming convention (
_do_sth()
). It is not recommended attitude in Rust and causescargo clippy
issues (right now disabled). We should rethink this topic and make sure our library is consistent in terms of naming.Contribution Guidelines
The text was updated successfully, but these errors were encountered: