deep-copy icon indicating copy to clipboard operation
deep-copy copied to clipboard

Provide flag for receiver name

Open ivanjaros opened this issue 3 years ago • 1 comments

It is considered bad code when method receiver name does not match existing name. ie. func(f Foo) vs func(o Foo).

ivanjaros avatar Nov 25 '22 09:11 ivanjaros

I've just made a PR to get existing receiver names and reuse it. This would solve the problem. ~~https://github.com/globusdigital/deep-copy/pull/32~~ https://github.com/globusdigital/deep-copy/pull/39

egawata avatar Jul 18 '23 06:07 egawata