TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Kotlin in Production – What Works, Whats Broken

16 pointsby pdeva1over 8 years ago

2 comments

merbover 8 years ago
&gt; 2 - Cannot subclass Data classes<p>I know why you want it, I&#x27;ve always had that in scala where a case class is also not subclasseable.<p>But trust me it&#x27;s a extremly bad idea. A data class should be final and only contain data. there is no reason to subclass it and if one day valhalla will be coming, it&#x27;s even a worse idea.
评论 #12573181 未加载
jgalt212over 8 years ago
&gt; Kotlin code is much less verbose than Java code. This makes it more pleasing to both read and write.<p>Is there any language in common usage today that is more verbose than Java?