Another thing is that “site-map” and handling code...
# ktor
o
Another thing is that “site-map” and handling code will be interleaving. Right now for a “module” in my app, like person profile, or notification settings, I have one file with all locations as nested classes on top, giving nice overview of the module structure. Then goes all the routes which are made either as a function (like in kweet and youkube samples), or with component container.