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
Try to avoid nullable fields
When using x::Union(Nothing,T), ask whether the option for x to be nothing is really necessary. Here are some alternatives to consider:
This section is probably outdated with the introduction of Nullable types (c.f. #8152).
The text was updated successfully, but these errors were encountered:
The current style guide says:
This section is probably outdated with the introduction of
Nullable
types (c.f. #8152).The text was updated successfully, but these errors were encountered: