cameron/squirt

Ineffectively displays numbers

Opened this issue · 1 comments

Numbers that are written out, such as 1,000 and 1.5, are broken up into the parts "1," and "000" and "1." and "5", which makes it difficult to comprehend the numbers. A check to merge numbers together would be very helpful.

Also numbers displayed numerically zip by faster than is readable. I'd suggest either giving them extra time on screen to sink in, or replacing them with their wordy counterpart (i.e. change 1150 to one thousand one hundered and fifty). The former would probably be more effective, and would be much easier to implement!