ianpaschal/aurora

View on GitHub
src/core/Entity.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Entity has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

export default class Entity {

    private _components: any[];
    private _destroy:    boolean; // TODO: Move to flags object
    private _dirty:      boolean; // TODO: Move to flags object
Severity: Minor
Found in src/core/Entity.ts - About 2 hrs to fix

There are no issues that match your filters.

Category
Status