tokenbridge-contracts
tokenbridge-contracts copied to clipboard
Use a leading underscore for names of private/internal functions
The proposal is to rename private/internal functions so that their names would have a leading underscore _
. It would help a code reader to distinguish public/external and private/internal functions.