sure, I’m with you on that. This is just meant as ...
# announcements
m
sure, I’m with you on that. This is just meant as a style example. The
body
var in this example could just as easy have been a view type class. The main point is, when looking at the current examples of ktor, I see things like:
Copy code
class HelloApplication(config: ApplicationConfig) : Application(config)
that feels like boilerplate that was kind off needed in the Java realm but can be avoided with Kotlin