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
Many dates are supplied as Date and many are supplied as Number. This kind of inconsistency can cause all kinds of issues with consuming software (immediate example: daostack/alchemy#1984)
They should all be supplied as either Date or number (Date seems more friendly to me, but number is more agnostic.
They should all be declared consistently in their governing interfaces.
The text was updated successfully, but these errors were encountered:
I am good with both .. though agree it should be consistence .
If @jellegerbrandy has nothing against Date so lets do Date.
Please note that a time period should be Number.
Many dates are supplied as
Date
and many are supplied asNumber
. This kind of inconsistency can cause all kinds of issues with consuming software (immediate example: daostack/alchemy#1984)Date
ornumber
(Date
seems more friendly to me, butnumber
is more agnostic.The text was updated successfully, but these errors were encountered: