Java By Comparison: Become a Java Craftsman in 80 Examples
Simon Harrer, Jörg Lenhard, Linus Dietz
- 出版商: Pragmatic Bookshelf
- 出版日期: 2018-04-01
- 售價: $1,440
- 貴賓價: 9.5 折 $1,368
- 語言: 英文
- 頁數: 208
- 裝訂: Paperback
- ISBN: 1680502875
- ISBN-13: 9781680502879
-
相關分類:
Java 程式語言
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$650$455王者歸來:OpenCV3 使用 Java 開發手冊 (增訂版)
-
$540$427JAVA SE 10 基礎必修課
-
$480$379Java 資料科學|科學與工程實務方法 (Data Science with Java: Practical Methods for Scientists and Engineers)
-
$1,030$979Once Upon an Algorithm: How Stories Explain Computing (Hardcover)
-
$880$695提升程式設計師的面試力|189道面試題目與解答, 6/e (Cracking the Coding Interview : 189 Programming Questions and Solutions, 6/e )
-
$480$408接案我最行! HTML5 + CSS3 + JavaScript 商業範例必殺技
-
$1,225$1,164Soft Skills: The software developer's life manual (Paperback)
-
$420$332使用 WordPress 架站的 20 堂課:規劃 x 佈景 x 建置 (Web Designer's Guide to WordPress: Plan, Theme, Build, Launch)
-
$490$387邁向 jQuery 達人的階梯
-
$720$569王者歸來 - Struts2 + Spring + Hibernate 框架技術與專案實戰應用, 2/e
-
$450$351成為一流的前端工程師 : 打造專業的 UX 網站
-
$1,400$1,330Data Just Right: Introduction to Large-Scale Data & Analytics (Paperback)
-
$1,225$1,164Think Like a Programmer: An Introduction to Creative Problem Solving (Paperback)
-
$990
Practical Packet Analysis, 2/e : Using Wireshark to Solve Real-World Network Problems (Paperback)
-
$1,120
The Linux Command Line: A Complete Introduction (Paperback)
-
$1,980$1,881Practical Malware Analysis: The Hands-On Guide to Dissecting Malicious Software
-
$1,400$1,330How Google Tests Software (Paperback)
-
$1,820
Concurrent Programming on Windows (Paperback)
-
$2,100
Windows via C/C++, 5/e
商品描述
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.