I have to say, after getting a bit of boilerplate out of the way, HumbleUI is way nicer to develop than ClojureScript that I spend every day in 😄
I think I just vastly prefer the "eval-buffer" way of developing than reload-on-save
being able to make the window float above my editor at a all times also makes it so much easier to dev while on a laptop
That’s exactly why we have this function :) Because I needed to work on laptop as well
eval-buffer is great, but for humble-deck I set up proper tools.namespace reloading. Takes care of all the ns inter-dependencies for me. I love it too
Takes some time to get it right, though
But that’s true for any clojure app
yeah, I copied that into my humble-starter project, but in practice I find that I've built up the tendency to eval a buffer after editing. I'm not working across many multiple namespaces rn, though