Skip to content

Re-evaluate all asserts, panics, and warns #468

@vabold

Description

@vabold

We have a mix of all three at the moment, so to clarify:

  • Asserts are for conditions that should always be impossible to fail.
  • Panics are for conditions that could fail and are unrecoverable.
  • Warns are for conditions that could fail and are recoverable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Priority: MediumengineCode involving engine (C++)

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions