globusdigital / deep-copy

Deep copy generator
BSD 3-Clause "New" or "Revised" License
150 stars 34 forks source link

Equals, a brother to this project? #25

Open ivanjaros opened 1 year ago

ivanjaros commented 1 year ago

This is a great project, it's almost working :D, but I wonder whether there is a chance you could also implement "deep-equals" as well, since that is used with deep copy rather often. I have not found a working equals codegen yet so this would be neat.

urandom commented 1 year ago

it might be interesting to provide a flag to generate a DeepEqual method alongside the DeepCopy one