A guided tour: Creating your first Smalltalk application : Tidying up the Calculator application

Tidying up the Calculator application
The calculator application works now, but let's clean it up a bit.
These are the areas for improvement:
1.
String to number conversion in convertToNumber: is more properly a String capability
2.
3.
4.
5.