Skip to content

Commit fae24cf

Browse files
authored
Add another O'Reilly review
1 parent 83571d5 commit fae24cf

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

reviews.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,20 @@
22

33
## On [O'Reilly](https://learning.oreilly.com/library/view/java-to-kotlin/9781492082262/)
44

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+
515
> ⭐️⭐️⭐️⭐️⭐️
616
>
717
> 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+
>
819
> —josef.bodnar, October 19, 2021
920
1021

@@ -30,6 +41,7 @@
3041
>
3142
> —safarileandrozis, May 15, 2021
3243
44+
3345
## On [Amazon](https://www.amazon.com/Java-Kotlin-Refactoring-Duncan-McGregor-dp-1492082279)
3446

3547
> ⭐️⭐️⭐️⭐️⭐️ A great learning approach, insightful advice to adapting to Kotlin
@@ -42,7 +54,7 @@
4254
>
4355
> Highly recommended
4456
>
45-
> Andrew Farrell Reviewed in the United Kingdom on October 8, 2021
57+
> Andrew Farrell Reviewed in the United Kingdom on October 8, 2021
4658
4759

4860
> ⭐️⭐️⭐️⭐️⭐️ Valuable
@@ -51,7 +63,7 @@
5163
>
5264
> Highly recommended.
5365
>
54-
> Torbjörn Reviewed in the United States on November 21, 2021
66+
> Torbjörn Reviewed in the United States on November 21, 2021
5567
5668

5769
> ⭐️⭐️⭐️⭐️⭐️ Beyond expectations
@@ -60,12 +72,12 @@
6072
>
6173
> 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.
6274
>
63-
> Piotr Krzemiński Reviewed in Poland on December 3, 2021
75+
> Piotr Krzemiński Reviewed in Poland on December 3, 2021
6476
6577

6678
> ⭐️⭐️⭐️⭐️⭐️ Effective Java for Kotlin
6779
>
6880
> 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.
6981
>
70-
> Jswizzy Reviewed in the United States on December 12, 2021
82+
> Jswizzy Reviewed in the United States on December 12, 2021
7183

0 commit comments

Comments
 (0)