Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
strbytes committed Apr 26, 2022
1 parent b75c2f0 commit 8dfe5ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# odin-calculator
Rewrite of first functional version of odin-calculator, using object-oriented principles to organize the code according to the Model-View-Controller paradigm. The goal of the rewrite is to practice using abstraction and seperation of concerns to create more modular code.
Calculator for The Odin Project. Currently fully functional as a 4 function calculator. Allows operation chaining and repeat operations by pressing = repeatedly. Can handle very large and very small numbers with exponential notation, though resolution is lost.

This is a rewrite of my first functional version of odin-calculator, using object-oriented principles to organize the code. Functionality is the same aside from a few bug fixes. The goal of the rewrite was to practice using abstraction and seperation of concerns to create more modular code.

https://strbytes.github.io/odin-calculator/

0 comments on commit 8dfe5ea

Please sign in to comment.