code-reviews

cwithmichael 2024-12-12T01:13:47.843299Z

I recently worked on a toy app using kit-clj and uix. It was an attempt to work on something past the hello world stage in Clojure. Most of the logic is in these two files: https://github.com/cwithmichael/what-can-u-eat/blob/main/src/clj/cwithmichael/what_can_u_eat/web/controllers/food.clj https://github.com/cwithmichael/what-can-u-eat/blob/main/src/cljs/cwithmichael/what_can_u_eat/core.cljs Would love feedback on if I'm doing anything that's not idiomatic or just plain wrong