...

/

Summary: Debugging Interlude—Avoiding/Finding Mistakes

Summary: Debugging Interlude—Avoiding/Finding Mistakes

This lesson summarizes the ideas discussed in this chapter.

We'll cover the following...

As much as possible, use these techniques to help you to avoid making mistakes in your code:

  • Each method should have a clear and focused purpose
  • When a method has complex logic, divide the logic
...