carlmw/gitlactica

View on GitHub
adapters/renderer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Renderer has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function Renderer (channel) {
  var textures = textureLoader(loader, texturesToLoad, ready, fail),
      stage = scene(textures.skybox, textures.star1, textures.star2, textures.star3),
      ships = shipYard(stage.scene),
      launcher = torpedoLauncher(stage.scene, textures.torpedo),
Severity: Minor
Found in adapters/renderer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status