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
Using same name eds for the object pointer and the returned value is confusing in function deepCopy. It can lead you to a false conclusion that deep copying is not done in the function.
A different name for the return object should be used to avoid the confusion.
The text was updated successfully, but these errors were encountered:
Using same name
eds
for the object pointer and the returned value is confusing in function deepCopy. It can lead you to a false conclusion that deep copying is not done in the function.A different name for the return object should be used to avoid the confusion.
The text was updated successfully, but these errors were encountered: