OpenZeppelin / cairo-contracts

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
https://docs.openzeppelin.com/contracts-cairo
MIT License
797 stars 320 forks source link

Apply underscore pattern #993

Closed ericnordelo closed 2 weeks ago

ericnordelo commented 1 month ago

Fixes #795

The proposed pattern is the following:

PR Checklist

ericnordelo commented 1 month ago

I agree and will update accordingly. Thanks @andrew-fleming. BTW, I forgot to mention that this PR also changes the order of some functions in the internal implementation and is prioritizing not-underscored-functions in the order.