AlexAegis/advent-of-code

View on GitHub
solutions/typescript/libs/ecs/src/renderer/renderer.system.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    render(world: GridWorld): Sprite {
        const frame: Sprite = new Sprite();
        if (!this.camera) {
            return frame;
        }
Severity: Minor
Found in solutions/typescript/libs/ecs/src/renderer/renderer.system.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status