Skip to content

arugtechie/rpnCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpnCalculator

rpnCalculator A starter spring boot application with CommandLineRunner is used, when application is started it accepts the inputs from user on the console.

A Unix like or CommandLineCalculator class injects a SimpleCalculator. This SimpleCalculator class is decoupled from its implementation of operators.

BaseArithmeticOperator abstract class declares four operators and SimpleArithmeticOperator extends to provide implementation. This allows for future operators.

##Trade-offs ##Solution/Design diagrams -- TBD ##Few more edge test cases can be added.

About

rpnCalculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages