Improvement idea for Diamond tests #2222
Labels
x:action/improve
Improve existing functionality/content
x:knowledge/none
No existing Exercism knowledge required
x:module/practice-exercise
Work on Practice Exercises
x:size/medium
Medium amount of work
x:type/content
Work on content (e.g. exercises, concepts)
While solving the Diamond exercise, I had a difficult time iteratively solving the exercise because diamond_test.go is all or nothing. In other words, the entire solution is implemented and all tests pass or the solution isn't implemented and all tests fail.
While solving, I found it helpful to iteratively solve against test cases like:
If maintainers are open to a test like the above being added to the exercise, I think it could help future solvers and I'm happy to create a PR for it.
The text was updated successfully, but these errors were encountered: