Closed makoto closed 6 years ago
Currently, most of the non-internal functions are marked as public but most of them can be easily changed to external for better code visibilities and potential gas save.
public
external
Reference: https://medium.com/@gus_tavo_guim/public-vs-external-functions-in-solidity-b46bcf0ba3ac
Currently, most of the non-internal functions are marked as
public
but most of them can be easily changed toexternal
for better code visibilities and potential gas save.Reference: https://medium.com/@gus_tavo_guim/public-vs-external-functions-in-solidity-b46bcf0ba3ac