exercism / exercism/javascript-analyzer
Detect dead code from stub
Ouverte
x:action/improve
x:module/analyzer
x:module/concept-exercise
x:module/practice-exercise
x:type/coding
- Langage dominant
- TypeScript
- Étoiles
- 16
- Forks
- 21
- Merge moyen
- 6 h 53 min
- PR mergées (30 j)
- 2
Description
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');
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.