DEV Community

Discussion on: Yo, Yo, Check Null

Collapse
 
callmewhy profile image
Haiyang Wang • Edited

Thanks, I just removed the hardcode params name and use nameof instead. It will be perfect if we can get the caller's params name in callee method. According to Proposal: Caller Parameter Name #1557 it's not possible for now.