From 53de3ea31bd76ff83ac286587648d87948946f3b Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 1 Nov 2022 15:56:11 +0100 Subject: [PATCH] [Skip-CI] Remove ToDo - open to suggestions Recursion method seems reasonable readable to me. --- src/main/cljc/dda/c4k_website/core.cljc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/cljc/dda/c4k_website/core.cljc b/src/main/cljc/dda/c4k_website/core.cljc index 9d1af04..3d3c70b 100644 --- a/src/main/cljc/dda/c4k_website/core.cljc +++ b/src/main/cljc/dda/c4k_website/core.cljc @@ -30,7 +30,6 @@ (when (contains? config :volume-size) {:volume-size (config :volume-size)}))) -; TODO: Find a better readable expression. (defn generate-configs [config] (loop [config (sort-config config) result []]