You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the current API provides a toString() method for serialization, it would also be handy to have a Measure.fromString() method for de-serialization.
Even though parsing such a string is trivial, it should still be handled internally by the API, with the possibility of throwing an Error on invalid or non-sensical inputs (think of temperatures below 0 Kelvin).
The text was updated successfully, but these errors were encountered:
While the current API provides a
toString()
method for serialization, it would also be handy to have aMeasure.fromString()
method for de-serialization.Even though parsing such a string is trivial, it should still be handled internally by the API, with the possibility of throwing an Error on invalid or non-sensical inputs (think of temperatures below 0 Kelvin).
The text was updated successfully, but these errors were encountered: