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
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
For all data in messages.json, where data is permissibly null, make the data outright optional so that omitting it has the same effect as if it were explicitly included and null (or whatever sensible default).
Thereby allowing convention over configuration: rather than explicitly saying a bunch of defaults about a message, don't have to configure these fields, just accept default convention.
Thereby making the data that we do configure more meaningful, since what's stated about any given message would only be what's non-default, interesting about it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For all data in
messages.json
, where data is permissiblynull
, make the data outright optional so that omitting it has the same effect as if it were explicitly included andnull
(or whatever sensible default).Thereby allowing convention over configuration: rather than explicitly saying a bunch of defaults about a message, don't have to configure these fields, just accept default convention.
Thereby making the data that we do configure more meaningful, since what's stated about any given message would only be what's non-default, interesting about it.
The text was updated successfully, but these errors were encountered: