zingg icon indicating copy to clipboard operation
zingg copied to clipboard

DRAFT: Initial effort in breaking down different concerns

Open edmondop opened this issue 1 year ago • 0 comments

The current pull request introduces several powerful techniques to improve code quality and separating concerns:

  • Domain driven design is adopted, trying to abstract away from external systems(Standard Input/Standard Output)
  • Numeric constants are replaced by enums
  • A better OOP approach is taken

edmondop avatar Jul 27 '22 17:07 edmondop