You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really liked Lombok-style accessors that omit the get/set prefixes. In my opinion, they're much more readable, especially when used in method chaining. From what I can tell, Kotlin generates accessors with get/set, which is a bit disappointing. 😢
That said, I can still start rewriting the old classes in Kotlin.
If you don`t mind, I`ll rewrite model classes with Lombok for easier updates in future and to avoid such a mess like in BotCommand
The text was updated successfully, but these errors were encountered: