Nullables #12

Open
opened 2022-08-07 19:02:26 +00:00 by Grandiras · 0 comments
Grandiras commented 2022-08-07 19:02:26 +00:00 (Migrated from github.com)

There should be a way to set a value as null, but this null-state should force the developer to check for it. For this, and EASY way is needed. This could be solved by using ? and ! or even ?? and !!. Complex syntax has to be avoided.

There should be a way to set a value as `null`, but this `null`-state should force the developer to check for it. For this, and EASY way is needed. This could be solved by using `?` and `!` or even `??` and `!!`. Complex syntax has to be avoided.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Darkymos/FAIL#12
No description provided.