Skip to content

Null safety #18

Open
Open
@SimonLab

Description

@SimonLab

https://www.youtube.com/watch?v=iYhOU9AuaFs

By default the variables will not be able to be null.
You will need to specify if a variable can be null with ?: var hello? = "hello";
This sounds similar to how some FP languages are using Maybe

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions