I'd rather see the whole test on the first line and the resulting values in the comparison at the bottom. If I compare to a computation that don't know its value by heart I'll have to go and chase that value down. In this silly example I know the value of (+ 5 1) but in a more complicated scenario that won't be the case
I'd rather see the whole test on the first line and the resulting values in the comparison at the bottom. If I compare to a computation that don't know its value by heart I'll have to go and chase that value down. In this silly example I know the value of
(+ 5 1)
but in a more complicated scenario that won't be the case