Hello folks. I am wondering: is anybody around who...
# announcements
s
Hello folks. I am wondering: is anybody around who has made experiences in moving larger organisations or projects from Java to Kotlin?
k
There's a couple of episodes on the Kotlin podcast about this.
s
http://talkingkotlin.com/ that is? Sounds good!
k
Yes that's the one.
👍 1
v
we are developing a relative big application (several services) in kotlin for a larger bank. At the moment, everything is going really well. We had some problems with the language but we speed up the development in several areas.
k
What kind of problems did you have?
v
the typical problems when you are learning a new language (e.g. Java false friends...). We have a problem in the validation of DTOs because we did not know about
@get:
.