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
I'd like to standardize to using underscores in internal function names (i.e. createERC20QuestInternal becomes _createERC20Quest) and switch any private functions over to internal unless there's an explicit reasoning behind having them be private.
I'd like to standardize to using underscores in internal function names (i.e.
createERC20QuestInternalbecomes_createERC20Quest) and switch anyprivatefunctions over tointernalunless there's an explicit reasoning behind having them beprivate.