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 "hourly", "daily", "weekly", and "monthly" all are understood to mean "per unit of time", "secondly" and "minutely" have different primary meanings (though I have found one definition consistent with this usage).
Alternately, "second", "minute", etc. are well-understood as quantities of time, which is consistent with the definition of "period": "a length or portion of time". These also are simpler words because they don't have the extra "-ly" suffix. (And I think words like "monthly" are commonly considered "frequencies" vs periods).
Based on this, I'd suggest using the time quantities "second", "minute", etc. as period values in the limit object with the possible addition of support for integers that specify seconds, e.g. "3600" as an alternative to "hourly".
The text was updated successfully, but these errors were encountered:
While "hourly", "daily", "weekly", and "monthly" all are understood to mean "per unit of time", "secondly" and "minutely" have different primary meanings (though I have found one definition consistent with this usage).
Alternately, "second", "minute", etc. are well-understood as quantities of time, which is consistent with the definition of "period": "a length or portion of time". These also are simpler words because they don't have the extra "-ly" suffix. (And I think words like "monthly" are commonly considered "frequencies" vs periods).
Based on this, I'd suggest using the time quantities "second", "minute", etc. as period values in the limit object with the possible addition of support for integers that specify seconds, e.g. "3600" as an alternative to "hourly".
The text was updated successfully, but these errors were encountered: