Java By Comparison: Become a Java Craftsman in 80 Examples
Simon Harrer, Jörg Lenhard, Linus Dietz
- 出版商: Pragmatic Bookshelf
- 出版日期: 2018-05-01
- 定價: $1,460
- 售價: 8.8 折 $1,285
- 語言: 英文
- 頁數: 208
- 裝訂: Paperback
- ISBN: 1680502875
- ISBN-13: 9781680502879
-
相關分類:
Java 程式語言
立即出貨 (庫存=1)
買這商品的人也買了...
-
$1,650$1,568 -
$1,420$1,349 -
$480$317 -
$773$734 -
$1,200$1,140 -
$1,980$1,881 -
$1,881Advances in Financial Machine Learning (Hardcover)
-
$650$553 -
$480$379 -
$540$427 -
$880$695 -
$265透視 APT — 賽博空間的高級威脅
-
$454增強型分析:AI驅動的數據分析、業務決策與案例實踐
-
$2,565BPF Performance Tools : Linux System and Application Observability (Paperback)
-
$500$390 -
$834$792 -
$1,050$998 -
$505達芬奇影視調色全面精通:素材剪輯+高級調色+視頻特效+後期輸出+案例實戰
-
$599$509 -
$607Python 漫游數學王國 — 高等數學、線性代數、數理統計及運籌學
-
$1,200$948 -
$658Web 漏洞解析與攻防實戰
-
$534$507 -
$509複盤
-
$680$537
相關主題
商品描述
Write code that's clean, concise, and to the point: code that others will read with pleasure and reuse. Comparing your code to that of expert programmers is a great way to improve your coding skills. Get hands-on advice to level up your coding style through small and understandable examples that compare flawed code to an improved solution. Discover handy tips and tricks, as well as common bugs an experienced Java programmer needs to know. Make your way from a Java novice to a master craftsman.
This book is a useful companion for anyone learning to write clean Java code. The authors introduce you to the fundamentals of becoming a software craftsman, by comparing pieces of problematic code with an improved version, to help you to develop a sense for clean code. This unique before-and-after approach teaches you to create clean Java code.
Learn to keep your booleans in check, dodge formatting bugs, get rid of magic numbers, and use the right style of iteration. Write informative comments when needed, but avoid them when they are not. Improve the understandability of your code for others by following conventions and naming your objects accurately. Make your programs more robust with intelligent exception handling and learn to assert that everything works as expected using JUnit5 as your testing framework. Impress your peers with an elegant functional programming style and clear-cut object-oriented class design.
Writing excellent code isn't just about implementing the functionality. It's about the small important details that make your code more readable, maintainable, flexible, robust, and faster. Java by Comparison teaches you to spot these details and trains you to become a better programmer.
What You Need:
You need a Java 8 compiler, a text editor, and a fresh mind.That's it.