There are a number of ways to share or reuse functions between facets of an Ethereum diamond.
Hey Nick, in your gas efficient external call example you have "(bool success, uint result)". I think that might want it to be "(bool success, bytes memory result)". Thanks for the great article!
You are right, thanks. I updated it.
Hey Nick, in your gas efficient external call example you have "(bool success, uint result)". I think that might want it to be "(bool success, bytes memory result)". Thanks for the great article!
You are right, thanks. I updated it.