# Java to Kotlin 《Java转Kotlin》

# 基本信息

英文书名:Java to Kotlin

中文书名:Java转Kotlin

作者:Duncan McGregor, Nat Pryce

版本:无

ISBN:9781492082279

页数:未知

出版社:O’Reilly (opens new window)

出版时间:2021.08

cover </>

天猫红包:领取购书红包 (opens new window)

天猫折扣购:英文原版 (opens new window)

下载地址:腾讯微云 (opens new window)

文件格式:PDF ePub

分享密码:j5acxa

# 内容简介

It takes a week to travel the 8,000 miles overland from Java to Kotlin. If you’re an experienced Java developer who has tried the Kotlin language, you were probably productive in about the same time.

You’ll have found that they do things differently in Kotlin, though. Nullability is important, collections are different, and classes are final by default. Kotlin is more functional, but what does that mean, and how should it change the way that you program? And what about all that Java code that you still have to support?

Your tour guides Duncan and Nat first made the trip in 2015, and they’ve since helped many teams and individuals follow in their footsteps. Travel with them as they break the route down into legs like Optional to Nullable, Beans to Values, and Open to Sealed Classes. Each explains a key concept and then shows how to refactor production Java to idiomatic Kotlin, gradually and safely, while maintaining interoperability.

The resulting code is simpler, more expressive, and easier to change. By the end of the journey, you’ll be confident in refactoring Java to Kotlin, writing Kotlin from scratch, and managing a mixed language codebase as it evolves over time.

最后更新: 12/2/2022, 12:56:08 AM