Skip to content

Replace functions returning explicit undefined value #77

@gildub

Description

@gildub

Undefined means no value has been assigned where null means an empty value.
It's a good practice to return and propagate a null value instead of using undefined because it requires to handle the special type case of undefined in the caller.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions