Skip to content
This repository was archived by the owner on Jun 12, 2020. It is now read-only.

How strictly do we want to avoid null in our code?Β #29

@thovid

Description

@thovid

Picking up a discussion from the last pull-request: How strictly do we want to avoid null? One way of doing things would be to always treat null as an error; so all optional things should be an Optional.
But some APIs might return null requiring us to constantly wrap things into Optional. Also, inside some class or method null is probably fine...

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussA raw concept that needs discussion whether it is a good addition.questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions