socketstream/socketstream

View on GitHub
lib/client/view.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(ss, client, options, cb) {
  var templateEngine = require('./template_engine')(ss, options), //TODO why not use the one in client/index ?
      bundler = ss.bundler.get(client);

  function templates() {
Severity: Minor
Found in lib/client/view.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status