uccser/cs-field-guide

View on GitHub
csfieldguide/static/interactives/packet-attack/js/packet.js

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    constructor(config) {
        // Here 'this.scene' refers to the GameScene the Packet belongs to

        super(config.scene, config.x, config.y);

Severity: Minor
Found in csfieldguide/static/interactives/packet-attack/js/packet.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status