eapenzacharias/todolist-v2

View on GitHub

Showing 1 of 1 total issue

Function printTask has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function printTask(task, tasks) {
  const li = createElement('li');
  const done = createElement('input');
  done.type = 'checkbox';
  done.checked = task.completed;
Severity: Minor
Found in src/scripts/printInterface.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language