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 enterprise

10 pointsby PleaseHelpMealmost 8 years ago

1 comment

ShardPhoenixalmost 8 years ago
&gt;You also would probably mention that the code would be less likely to be buggy and crash due to the null safety principle. Not really. Although it makes it easier to deal with null values, Kotlin is no miracle cure. A null value comes from somewhere. If your logic is wrong, your logic is wrong, no matter what is the language used.<p>I haven&#x27;t used Kotlin extensively enough to know how much the null safety really helps, but this reasoning seems incorrect to me. You could extend it to say that static types aren&#x27;t useful either, but in both cases there&#x27;s a significant benefit from getting faster feedback that your logic is (or might be) wrong.
评论 #14945722 未加载