I missed the framework discussion yesterday. My 2c...
# random
j
I missed the framework discussion yesterday. My 2c, I used to evangelise Spring; since starting to use Kotlin, I see very little use for Spring. Spring just wraps common interfaces around stuff which makes projects bloated. And Spring Boot is just a terrible idea, I tried it for one project and it caused so much lock-in that I had to rewrite the project. Writing your own bootstrapper is super easy with Kotlin