subhoney / VisualCalculator

A calculator coded in C#. Codenamed: "Joshulator"
MIT License
0 stars 3 forks source link

Error Checking #3

Open subhoney opened 8 years ago

subhoney commented 8 years ago

Problem

User enters

[3] [] [0] [enter]

Questions

What happens? Should errors be dynamic (one general error with different bits that can be displayed)? Should all variables in the operations chain be disposed of without warning?