|
2 | 2 |
|
3 | 3 | ## On [O'Reilly](https://learning.oreilly.com/library/view/java-to-kotlin/9781492082262/)
|
4 | 4 |
|
| 5 | + |
| 6 | +> ⭐️⭐️⭐️⭐️⭐️ |
| 7 | +> |
| 8 | +> This is a great piece for every Java programmer who thinks about trying out Kotlin. It doesn't cover every language feature and is by no means a replacement for the reference documentation, but it is something more important in my opinion. As rarely (if ever) in the real world there is a chance to suddenly migrate your project from one language to another, it is crucial to know how you can do such a thing incrementally and where it may bring the most value for your buck. And this book pretty much gives you just that. |
| 9 | +> |
| 10 | +>I also really liked that the authors put a lot of focus not only on the language itself but also generally on best practices of software development and functional programming especially. The examples are rather simple, but they convey the message pretty well. The text is easy to read and understandable. Overall, I can truly recommend this book. |
| 11 | +> |
| 12 | +> —michal.olejnik on July 11, 2022 |
| 13 | +
|
| 14 | + |
5 | 15 | > ⭐️⭐️⭐️⭐️⭐️
|
6 | 16 | >
|
7 | 17 | > Extremely well written. Gives historical context as to why Kotlin is what it is and how that fixes issues that were accumulated in the Java througout the years. A great intro on how to start with Java to Kotlin conversion on your projects.
|
| 18 | +> |
8 | 19 | > —josef.bodnar, October 19, 2021
|
9 | 20 |
|
10 | 21 |
|
|
30 | 41 | >
|
31 | 42 | > —safarileandrozis, May 15, 2021
|
32 | 43 |
|
| 44 | + |
33 | 45 | ## On [Amazon](https://www.amazon.com/Java-Kotlin-Refactoring-Duncan-McGregor-dp-1492082279)
|
34 | 46 |
|
35 | 47 | > ⭐️⭐️⭐️⭐️⭐️ A great learning approach, insightful advice to adapting to Kotlin
|
|
42 | 54 | >
|
43 | 55 | > Highly recommended
|
44 | 56 | >
|
45 |
| -> Andrew Farrell Reviewed in the United Kingdom on October 8, 2021 |
| 57 | +> —Andrew Farrell Reviewed in the United Kingdom on October 8, 2021 |
46 | 58 |
|
47 | 59 |
|
48 | 60 | > ⭐️⭐️⭐️⭐️⭐️ Valuable
|
|
51 | 63 | >
|
52 | 64 | > Highly recommended.
|
53 | 65 | >
|
54 |
| -> Torbjörn Reviewed in the United States on November 21, 2021 |
| 66 | +> —Torbjörn Reviewed in the United States on November 21, 2021 |
55 | 67 |
|
56 | 68 |
|
57 | 69 | > ⭐️⭐️⭐️⭐️⭐️ Beyond expectations
|
|
60 | 72 | >
|
61 | 73 | > Note: this is not a book which I would recommend as a first read about Kotlin. As the authors state themselves, they didn't mean to teach the language, but rather build on top of the basic knowledge that someone should gather somewhere else. Once you have a nice grasp of the syntax and basics, you are good to go with this book.
|
62 | 74 | >
|
63 |
| -> Piotr Krzemiński Reviewed in Poland on December 3, 2021 |
| 75 | +> —Piotr Krzemiński Reviewed in Poland on December 3, 2021 |
64 | 76 |
|
65 | 77 |
|
66 | 78 | > ⭐️⭐️⭐️⭐️⭐️ Effective Java for Kotlin
|
67 | 79 | >
|
68 | 80 | > This book is not for those new to Kotlin but it is probably the best book for learning how to write Koltin. Much of what was best practice in Java no longer applies in Kotlin because it doesn't have the heavy handed OOP restrictions on it that Java has and is more of a hybrid language allowing OOP, FP, and DOP to all merge.
|
69 | 81 | >
|
70 |
| -> Jswizzy Reviewed in the United States on December 12, 2021 |
| 82 | +> —Jswizzy Reviewed in the United States on December 12, 2021 |
71 | 83 |
|
0 commit comments