Skip to content

Disallow instantiating Observables without an initial value #123

@guyca

Description

@guyca

The Observable's initialValue constructor param is marked as optional. This can make the code unpredictable as developers can forget to pass an initial value.

We might want to change the initialValue param to required and introduce a new LateInitObservable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions