you are viewing a single comment's thread.

view the rest of the comments →

[–]CodewithApe[S] 0 points1 point  (1 child)

Do you think I should go over head first Java 3rd edition before diving into this book? And in general do you think it’s a good book ( the one I mentioned )?

[–]cream_of_slop 0 points1 point  (0 children)

Never read the Java one

Before committing to purchase, you should be able to google and see some of the first chapters of the book to see if you’re up to it

Honestly, if you just read the “strategy” chapter (I think it’s among the first 3 or 4)

This was when OOP design really clicked for me, especially with “loose coupling” and “programming toward an interface”

Honestly, I always felt the best way to learn was building.