![Java OOP Done Right](/uploads/posts/2021-06/1624183803_cov250mk.jpg)
Автор: Alan Mellor
Издательство: Leanpub
Год: 2021-04-05
Страниц: 202
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB
You've seen awful Java code and you're sick of it. Let's fix that. Starting from Object Oriented basics, we'll add modern ideas like TDD, SOLID, Design Patterns and Hexagonal Architecture to the mix. We'll craft code we can be proud of! My hope is this book gets you past ‘getter and setter’ coding and gets you into high gear using objects as they were intended to be used. It might be your first insight into how OOP fits together in the real world. Java has a reputation for being verbose. I hope this book shows you how to fix that. I want you to take away the techniques of crafting clean, powerful, readable OOP code. This book is not an introduction to Java. It should be suitable for beginners who can write Java “Hello World” and understand the basic syntax for variables, conditionals and classes. Examples use Java 11 syntax.