Fork me on GitHub
#reitit
<
2020-02-11
>
boyanb15:02:03

Interesting.

boyanb15:02:12

Wiring up a reitit application with aleph + ring async handler + hot reload via interceptors is challenging, if you are striving for design that allows functions to carry explicit dependencies. Does anyone actually have interceptor based hot reload?

caio22:02:21

more of a conceptual doubt: do you put validation logic on parameters definition (eg.: a certain parameter must be a string with len > 10)?