(defn result-color [result] (cond (fail? result) :red (error? result) :red (pending? result) :yellow :default :green))
Comments top
No comments for result-color. Log in to add a comment.