Skip to content

Fix "Similar code" issue in src/client/coding.js #12

Description

@crcastle

Similar code found in 1 other location (mass = 58)

https://codeclimate.com/github/crcastle/collaborative-code-conference/src/client/coding.js#issue_57036f53872f3300011356a6

for (var i = 0; i < languages.length; i++) {
  modeSelector.appendChild(languageListItem(languages[i].name, languages[i].mime));
}

and

for (var j = 0; j < themes.length; j++) {
  themeSelector.appendChild(themeListItem(themes[j].name, themes[j].classPrefix));
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions