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

Review Element1D and Element2D for methods that could be moved to their parent class #6

Open
Greg-Hamel opened this issue Jun 27, 2017 · 0 comments
Assignees

Comments

@Greg-Hamel
Copy link
Owner

A few methods in both Element1D and Element2D look alike, if they are not the same.

Two things can be done in order to optimize this:

  1. Generalize both methods, make them behave the same way and move them to the parent class (Element)
  2. Move them to the parent class directly if they are the exact same.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant