[Skip-CI] Remove ToDo - open to suggestions

Recursion method seems reasonable readable to me.
This commit is contained in:
erik 2022-11-01 15:56:11 +01:00
parent f8c0b40788
commit 53de3ea31b

View file

@ -30,7 +30,6 @@
(when (contains? config :volume-size) (when (contains? config :volume-size)
{:volume-size (config :volume-size)}))) {:volume-size (config :volume-size)})))
; TODO: Find a better readable expression.
(defn generate-configs [config] (defn generate-configs [config]
(loop [config (sort-config config) (loop [config (sort-config config)
result []] result []]