Use encodeCall
instead of encodeWithSelector
when possible
#321
Labels
encodeCall
instead of encodeWithSelector
when possible
#321
We sometimes use
encodeWithSelector
instead ofencodeCall
to encode our method calls. It is type safe to use encodeCall, whereasencodeWithSelector
is not type safe.The text was updated successfully, but these errors were encountered: