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
I was surprised to find that a duration is represented with a Tod::TimeOfDay. This seems semantically incorrect. It seems it should be either some sort of new class representing a period of time or just a float representing seconds, as is done in other libraries.
Would you be open to changing this behavior for the next major version release?
Yeah, that looks weird to me now, too. Don't remember what the reason was. So I guess unless the original reason surfaces I'm open to changing in a next major version.
I was surprised to find that a duration is represented with a
Tod::TimeOfDay
. This seems semantically incorrect. It seems it should be either some sort of new class representing a period of time or just a float representing seconds, as is done in other libraries.Would you be open to changing this behavior for the next major version release?
The text was updated successfully, but these errors were encountered: