mhypolit / rpn-calculator

CLI RPN Calculator: A standard way to calculate a stack of number using 4 arithmetic operators and more.
0 stars 0 forks source link

Create Command Service #1

Closed mhypolit closed 2 years ago

mhypolit commented 2 years ago

Create command service architecture:

Enum for storing command types Lookup constant for storing a list of command descriptions Service class for command functions. Model for constant typing.

This task is just for the structure of the command module, future task will require building out different commands.