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

Refactoring in OOP style (C#) #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

the-Dust
Copy link

@the-Dust the-Dust commented Sep 11, 2020

This is my view on how Hangman game can be realized.
I tried to stick to concept of elegant objects:

  • Small, mostly immutable classes with no logic in constructors and no private methods
  • No inheritance, only interface implementation
  • No parameterless constructors
  • Behavior variability in general achieved by polymorphism, not by if/else operators

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