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.
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.
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.