exercism / exercism/javascript-analyzer

Detect dead code from stub

オープン
#165 コメント 12 件 リアクション 0 件 担当者 0 名 GitHub で見る
x:action/improve x:module/analyzer x:module/concept-exercise x:module/practice-exercise x:type/coding
主要言語
TypeScript
スター
16
フォーク
21
平均マージ
6時間 53分
マージ済み PR(30日)
2

説明

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');
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。