You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust has the convention of using CamelCase for types and snake_case for everything else.
Presumably, aztec.nr should inherit Rust's convention.
Task:
Take all existing camelCase methods, variable names, and other non-type symbols and rename to snake_case. I think types are all currently correctly CamelCase.
Considerations:
Consider getting the PR in at a quieter time and alerting other aztec.nr devs to pull to prevent too many conflicts.
The text was updated successfully, but these errors were encountered:
Rust has the convention of using CamelCase for types and snake_case for everything else.
Presumably, aztec.nr should inherit Rust's convention.
Task:
Considerations:
The text was updated successfully, but these errors were encountered: