Time-Oriented Debugging

Zach Gardner Articles, Development Technologies & Tools, JavaScript, Opinion 3 Comments

Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Debugging code is traditionally more of an art than a science. Watching a master debugger work is like watching a master chef. There is …

Advanced Debugging Techniques in JavaScript – Part 3

Zach Gardner Articles, HTML5, JavaScript, JavaScript Debugging Series, Tutorial 3 Comments

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Overview This is the third part in my series on Advanced Debugging Techniques in JavaScript. Part 1 introduced Validate Your Assumptions, Binary Search, and …

Advanced Debugging Techniques in JavaScript – Part 2

Zach Gardner Articles, HTML5, JavaScript, JavaScript Debugging Series, Programming, Project Management, Tutorial 5 Comments

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Introduction Writing Part 2 of this series has been really exciting. I’ve gotten a lot of positive feedback from people who’ve read Part 1. …

Advanced Debugging Techniques in JavaScript – Part 1

Zach Gardner Articles, HTML5, JavaScript, JavaScript Debugging Series, Programming, Project Management 9 Comments

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Introduction I was a terrible debugger when I first started programming. I could tell an issue was happening, but it always took me a …