cameron / squirt

Speed read the web.
http://www.squirt.io
Apache License 2.0
1.22k stars 206 forks source link

Ineffectively displays numbers #170

Open Beetee14 opened 9 years ago

Beetee14 commented 9 years ago

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.

andypound0 commented 8 years ago

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!