Skip to content

Latest commit

 

History

History

chapter-5

Chapter 5: Debugging

Chapter summary

Bugs happening is inevitable. No matter the language or the language features that try to prevent bugs. Good programmer learn from their mistake and learn when fixing bugs. Debugging is hard and there are there are many debugging techniques - from debugging to language features.

Table of Contents

Supplementary Reading

  • Writing Solid Code by Steve Maguire
  • Code Complete by Steve McConnell