functional-koans / clojure-koans

A set of exercises for learning Clojure
3.74k stars 2.14k forks source link

24-macros contains two tests which can be made to pass with the same modification #167

Open andrew-breunig opened 3 years ago

andrew-breunig commented 3 years ago

Commit 809af93, intended to "Focus the problem and clean up naming in macros", modified two koans surrounding the macro now named infix-concise. The format of these koans was changed from "complete test and macro" to "complete macro only".

Both tests can now be made to pass with the same modification to complete infix-concise. In fact, it might be quite challenging to solve the first of the two while leaving the second unsolved and prompting in the terminal.

This introduces some likelihood that students completing the koans will overlook the koan, which of course is less desirable because it sets the stage for the following final code in the group.