spacekitcat/hackertextjs

View on GitHub
src/WidgetAssemblyDirector.js

Summary

Maintainability
A
1 hr
Test Coverage

Function assemble has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    static assemble(widgetDescriptor) {
      if (widgetDescriptor === null || widgetDescriptor === undefined) {
        throw new Error('A widget descriptor must be provided.');
      }

Severity: Minor
Found in src/WidgetAssemblyDirector.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status