ccamel/playground-binding.scala

View on GitHub
src/main/scala/com/ccm/me/playground/bindingscala/calc/ui.scala

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  @dom def render: Binding[Node] = {
    val btns = List(List("7", "8", "9", "+", "C"),
      List("4", "5", "6", "-", "MS"),
      List("1", "2", "3", "x", "MR"),
      List(".", "0", "=", "/", "MC"))
Severity: Minor
Found in src/main/scala/com/ccm/me/playground/bindingscala/calc/ui.scala - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status