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
After perusing the codebase a little I noticed that std::chrono and std::ratio were not being utilized. The benefit of utilizing std::ratio at least would determine if any prefixes or conversions occur to the time itself then these can be defined. It may clean-up any date time conversions and aid in adding some type safety.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
After perusing the codebase a little I noticed that std::chrono and std::ratio were not being utilized. The benefit of utilizing std::ratio at least would determine if any prefixes or conversions occur to the time itself then these can be defined. It may clean-up any date time conversions and aid in adding some type safety.
Beta Was this translation helpful? Give feedback.
All reactions