Skip to content

Stop accessing possibly undefined or assume array length without any checks #40

@FranjoMindek

Description

@FranjoMindek

Turning on strict setting in tsc showed we had many assumptions about data which may not hold true.
A lot of code accesses possibly undefined objects, or assumes arrays are of certain size without any checks.
We should add proper checks before accessing possibly undefined data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions