visibility right? Or there is a reason to set it as public?
function initialize() external initializer or function initialize() public initializer
I never use public. I always use external or internal.
I'm trying to never use public too, the only situation is for overridden function that need to match the signature.
Обсуждают сегодня