Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
605 stars 191 forks source link

Explain why low-level call is not recommeded #245

Closed PaulRBerg closed 1 year ago

PaulRBerg commented 1 year ago

Thanks for creating this website, I frequently return to it when in doubt about how a particular syntax works in Solidity.

Some feedback on the call page. You say that:

... it is not the recommend way to call existing functions.

But do not explain why.

It might be helpful to add a few thoughts about why using the low-level calls is not recommended. As far as I know, the reasons are:

t4sk commented 1 year ago

done

PaulRBerg commented 1 year ago

Nice, thank you.