Skip to Content
97 Things Every Java Programmer Should Know
book

97 Things Every Java Programmer Should Know

by Kevlin Henney, Trisha Gee
May 2020
Beginner
267 pages
7h 37m
English
O'Reilly Media, Inc.
Content preview from 97 Things Every Java Programmer Should Know

Chapter 54. Learn Your IDE to Reduce Cognitive Load

Trisha Gee

I work for a firm that sells IDEs, so of course I’m going to say you should know how your IDE works and use it properly. Before that, I spent 15 years working with multiple IDEs, learning how they help developers create something useful and how to use them to easily automate tasks.

We all know IDEs provide code highlighting and show errors and potential problems, but any Java IDE can do so much more than that. Learning what your IDE is capable of and using the features that apply to your daily work can help level up your productivity.

For example, your IDE:

  • Can generate code for you so you don’t have to type it. Getters and setters, equals and hashCode, and toString are the most frequent examples.

  • Has refactoring tools that can automatically move your code in a particular direction while keeping the compiler happy.

  • Can run your tests and help you debug problems. If you’re using System.out for debugging, it’s going to take you much longer than if you’re inspecting the values of objects at runtime.

  • Should integrate with your build and dependency management system so your development environment works the same way as your testing and production environments.

  • Can even help you with tools or systems external to your application code—for example, version control, database access, or code review (remember, the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

97 Things Every Programmer Should Know

97 Things Every Programmer Should Know

Kevlin Henney
Java Coding Problems

Java Coding Problems

Anghel Leonard
The Well-Grounded Java Developer, Second Edition

The Well-Grounded Java Developer, Second Edition

Benjamin Evans, Martijn Verburg, Jason Clark

Publisher Resources

ISBN: 9781491952689Errata Page