mauriciosoares/core.js

View on GitHub
examples/gameOfLife/input.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function startUiInput has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const startUiInput = function (emitter, instance) {
    let paused = false;
    const pauseButton = document.getElementById(`pause`);
    const pauseAction = function () {
        if (paused) {
Severity: Major
Found in examples/gameOfLife/input.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status