Closed CJ42 closed 1 year ago
@YamenMerhi we could either: Option 1: remove them completely for internal functions,
or
Option 2: keep them so that in the function definition, they describe what is being returned (and make the code more readable).
I am in favour of keeping them so voting for option 2.
What does this PR introduce?
♻️ Refactor
Use explicit
return
statements inside theinternal
functions ofERC725XCore
, so to distinguish visually in the code what is being returned by the function.PR Checklist
npm run lint
npm run build
npm run test