Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Utovka committed Apr 11, 2019
2 parents 5fd8199 + 40e53b0 commit 99093f8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
>>>>>DISCLAIMER
>>>>>
>>This is a demonstration project. So, it's over-engineered a bit.
>>You may run into spagetti inside ;)

A simple string calculator based on Clean Architecture.

>Layers:
* CORE >>> calculating string expression
* UI >>> user input handling, calculation result handling
>Features:
* simple arithmetic operations (addition, subtraction, multiplication, division)
* unary subtraction
* operation's priority assignment

0 comments on commit 99093f8

Please sign in to comment.