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
This could go among the guiding principles in docs. It's because I think abbreviations in caps makes the function name harder to read when mixed between two other words. And our interfaces only have toJSON that has only one word!
Also explain that Date's toISOString is rarely used in userland code so would just bloat the ComPlainDate objects that already have the iso property.
The text was updated successfully, but these errors were encountered:
bjuppa
changed the title
Explain why not ISO and UTC in capitals in function names
Explain why "ISO" and "UTC" are not in capitals in function names
Aug 10, 2023
This could go among the guiding principles in docs. It's because I think abbreviations in caps makes the function name harder to read when mixed between two other words. And our interfaces only have
toJSON
that has only one word!Also explain that
Date
'stoISOString
is rarely used in userland code so would just bloat the ComPlainDate objects that already have theiso
property.The text was updated successfully, but these errors were encountered: