On 3/14/17, 9:41 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:

>
>The current SDK code uses  parseInt(number, ā€œ10ā€) in 29 different places.
>
>This line which I fixed, was the only instance of parseInt(number).
>
>Can you give a valid reason why I should revert it? So far I’m not seeing
>one.

Again, we should not be specifying default parameters where not needed.
It would be better to change those 29 other instances which are probably
old code from before we fixed parseInt.

If your time is limited, file a JIRA to clean up the other 29.

Thanks,
-Alex

Reply via email to