You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are the names Copy, Insert, Remove, Change based on some convention?
I find Copy confusing - to me it sounds like maybe an element has been duplicated, as in diff([A], [A, A]) would yield [Copy(0), Copy(0)] or something like that. Maybe Identical or Same is a better name?
Change also seems a bit generic. Replace sounds better to my ears.
The text was updated successfully, but these errors were encountered:
Agreed
Copy => Same (we have the Same concept already and it fits nicely)
Change => Replace could probably work, I need to change it and see how it falls out but great suggestions!
Bike shedding time!
Are the names
Copy
,Insert
,Remove
,Change
based on some convention?I find
Copy
confusing - to me it sounds like maybe an element has been duplicated, as indiff([A], [A, A])
would yield[Copy(0), Copy(0)]
or something like that. MaybeIdentical
orSame
is a better name?Change
also seems a bit generic.Replace
sounds better to my ears.The text was updated successfully, but these errors were encountered: