Java by comparison become a Java craftsman in 70 examples

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 tha...

Full description

Bibliographic Details
Main Authors: Harrer, Simon, Lenhard, Jörg (Author), Dietz, Linus (Author)
Format: eBook
Language:English
Published: [Place of publication not identified] The Pragmatic Bookshelf 2018
Series:The pragmatic programmers
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03150nmm a2200313 u 4500
001 EB001928181
003 EBX01000000000000001091083
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
050 4 |a QA76.73.J38 
100 1 |a Harrer, Simon 
245 0 0 |a Java by comparison  |b become a Java craftsman in 70 examples  |c by Simon Harrer, Jörg Lenhard, Linus Dietz 
260 |a [Place of publication not identified]  |b The Pragmatic Bookshelf  |c 2018 
300 |a 1 volume 
505 0 |a Start cleaning up -- Level up your code style -- Use comments wisely -- Name things right -- Prepare for things going wrong -- Assert things going right -- Design your objects -- Let your data flow -- Prepare for the real world 
505 0 |a Includes bibliographical references 
653 |a Java (Computer program language) / fast 
653 |a Java (Langage de programmation) 
653 |a Java (Computer program language) / http://id.loc.gov/authorities/subjects/sh95008574 
700 1 |a Lenhard, Jörg  |e author 
700 1 |a Dietz, Linus  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
490 0 |a The pragmatic programmers 
776 |z 9781680502879 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781680505887/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.133 
520 |a 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