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

Introduce an OOP approach for Simple-Java-Calculator based on Design Patterns #103

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

GiannisKarampinis
Copy link

There was an effort to refactor Simple-Java-Calculator on the occasion of a project-based essay during my Master in Applied Informatics. The suggested approach could be a way to present basic principles of Object Orientation in a relatively small project which does not require any significant domain knowledge, so as to be a point of reference for other efforts in the furture.

All refactoring efforts were introduced in order to reduce Coupling Between Objects thus making the project easily maintainable by other devs in the near future.

Now, a user can perform an abstract action through the provided GUI which finaly relates to a different object.

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

Successfully merging this pull request may close these issues.

1 participant