alexdglover / sage

An alternative to Intuit's recently retired Mint application for tracking personal finances.
MIT License
1 stars 0 forks source link

Make utility function(s) for parsing request strings into ints/floats #28

Open alexdglover opened 3 days ago

alexdglover commented 3 days ago

Need to trim out commas, whitespaces, and ensure the string can be converted to other types. open question about whether these functions should return an error or return the default value for a given type (e.g. zero for an int)