Skip to content

Rename isNull to isNullOrEmpty #21

@subzero911

Description

@subzero911

Because it does not only check if str == null but also checks if str.length == 0
(you could also refactor and use a built-in str.isEmpty instead of direct length accessing)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions