Gab-San / Simple-Calculator

Constructing a simple calculator from scratch in multiple coding languages.
0 stars 0 forks source link

Implement logger/history #5

Open Gab-San opened 1 month ago

Gab-San commented 1 month ago

Could write a simple encoder and decoder to store history in order to have simple access to the last calculated number and be able to display the calculations previously made.

Gab-San commented 3 weeks ago

As of the last push that implements the logger it has two big non-technical flaws: storing the information requires additional logic that should be held directly by the logger, cannot parse back the previous result.