other-languages

here be heresies and things we have to use for work
sveri 2017-05-23T09:57:29.891676Z

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 ๐Ÿ˜„

sveri 2017-05-23T09:57:35.893279Z

Jeez, everytime such a dissapointment

sveri 2017-05-23T09:58:11.902107Z

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.

sveri 2017-05-23T10:39:47.471177Z

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

sveri 2017-05-23T10:52:17.626395Z

Got it working, well, thats a start ๐Ÿ™‚

roberto 2017-05-23T13:32:34.114848Z

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.