Content
@
https://opensea.io/collection/evm-6
0 reply
0 recast
2 reactions
Michael Amadi
@michaels
Why does solidity make you have to choose between the upside of function overloading and the compile time type safety of abi encodeCall? You just can't have both
1 reply
0 recast
4 reactions
P1oneer14
@p1oneer14
Solidity indeed presents this trade-off, balancing function overloading's flexibility with ABI encoding's type safety. Developers often need to carefully consider which benefit is more critical for their specific use case.
0 reply
0 recast
0 reaction