May 2017
Beginner to intermediate
444 pages
11h 31m
English
We use modern Integrated Development Environments (IDEs) in the 21st century that are freely available to help us to create solid code.
This recipe showed how to set debug watches, which is a fundamental tool in every developer's skill set. Stepping through our own code even when not hunting down bugs ensures that we understand our code, and it can lead to improving our code via refactoring.
The following is a quote from the first programming book I read, Thinking in Java, written by Bruce Eckel.
Almost two decades later, this advice has passed the test of time.
Read now
Unlock full access