Fork me on GitHub
#other-languages
<
2017-05-23
>
sveri09:05:29

As usual from time to time I try a different language and as usual I look for web dev, find ktor, get a minimal example running and the first thing I want is hot code reloading. Ups, there is none 😄

sveri09:05:35

Jeez, everytime such a dissapointment

sveri09:05:11

Although it seems to work for simple methods (there is an option to reload changed classes) it does not work for changed routes, for instance.

sveri10:05:47

Ok, I have to take a step back, it seems like there is a development configuration possible, just have to get it working somehow

sveri10:05:17

Got it working, well, thats a start 🙂

roberto13:05:34

hot reloading for me isn’t a deal breaker. the only place I really want it is in the browser, but these days I’m not doing much FE development. There were times hot reloading cost me some serious pain in production.