Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Good naming practice #179

Closed
andrijamitrovic23 opened this issue Jun 20, 2023 · 0 comments · Fixed by #185
Closed

Good naming practice #179

andrijamitrovic23 opened this issue Jun 20, 2023 · 0 comments · Fixed by #185
Assignees
Labels

Comments

@andrijamitrovic23
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants