Skip to content

konri326/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator

A simple backend application that can be used for calculating basic values entered by a user. The aim of this project is to present an ability to use a design pattern named "Strategy". The pattern allows an object to choose an action while completing a task instead of using one static way. The basic idea of this pattern is to separate algorithms from a main object. This allows an object to transmit a behaviour of algorithm of one of the included strategies.

Setup

Make sure to install the dependencies:

mvn compile

Tech stack

Java Spring_Boot Spring Spring_Validation Lombok MapStruct JUnit_5 Mockito Apache Maven

About

Strategy Design Pattern basic implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages