lipp/node-jet

View on GitHub
examples/balls/client/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function renderBall has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var renderBall = (ball: ballEvent) => {
  if (ball.event === 'Add') {
    try {
      balls[ball.path] = ball
      svgContainer
Severity: Minor
Found in examples/balls/client/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status