Replies: 1 comment
-
Thanks for your comments. Nice use of The setup is not finished yet. I'll add few things to the workflow. After setting up so many things in the first videos I wanted to start working on something that is not setup. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi and thanks for a really nice episode!
I've got a few comments:
cond->
when listing recipes - like this:404 and "this is one of the gotchas with pedestal" - this is not really specific to Pedestal. If you return
nil
from your handler, Ring returns 404 - the same "problem" with Compojure, etc.The workflow isn't as nice as I hoped. I have constant problems reloading the definition of the
list-recipes-response
function. I need to reload a bunch of namespaces and then restart the server to pick up the new definitions. What I'm used to is simply reloading the function and letting the system pick up the new definition automatically.I tried to pass a var instead but it's still not working - not sure why:
Beta Was this translation helpful? Give feedback.
All reactions