-
-
Notifications
You must be signed in to change notification settings - Fork 26
Remove redundant analyzer comments #96
Copy link
Copy link
Closed
Labels
x:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/elementaryLittle Exercism knowledge requiredLittle Exercism knowledge requiredx:module/analyzerWork on AnalyzersWork on Analyzersx:size/smallSmall amount of workSmall amount of workx:type/codingWrite code that is not student-facing content (e.g. test-runners, generators, but not exercises)Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
Metadata
Metadata
Assignees
Labels
x:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/elementaryLittle Exercism knowledge requiredLittle Exercism knowledge requiredx:module/analyzerWork on AnalyzersWork on Analyzersx:size/smallSmall amount of workSmall amount of workx:type/codingWrite code that is not student-facing content (e.g. test-runners, generators, but not exercises)Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
The analyzers for
hammingandtwo-fercontain some redundant comments: the cases that trigger them will only occur when the solution doesn't pass the exercise tests. Since the analyzer is not run by the platform if the tests didn't pass (source, these comments should be deleted.