exercism / exercism/javascript-analyzer

Detect dead code from stub

Offen
#165 12 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
x:action/improve x:module/analyzer x:module/concept-exercise x:module/practice-exercise x:type/coding
Vorherrschende Sprache
TypeScript
Sterne
16
Forks
21
Ø Merge
6 Std. 53 Min.
Gemergte PRs (30 T.)
2

Beschreibung

The following four placeholders are present in the stubs. They should be detected and a "must-fix" message should be added to remove the line which is now dead-code.

```javascript
throw new Error('Please implement the (...) function')
throw new Error('Remove this line and implement the function')
throw new Error('Implement the (...) function')
throw new Error('Remove this statement and implement this function');
```

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.