Debugging Like a Pro: A Deep Dive into Chrome DevTools
A talk presented at Google I/O 2023 by GDG Tamale. In this talk, I present alternative efficient techniques for debugging with Google Chrome. This presentation was accompanied by a code demo
✅ ❏ int minimumAllowableDepositAmount; ✅ ❏ int maximumTransfer; ❌ int maximumTransferAmount ; ✅ ❏ Stick to one spelling convention ❏ camelCase or snake_case but not both ❏ Harness your IDE, library, framework and/or language tools ❏ Syntax highlighting ❏ Code completion (IntelliSense) ❏ Hover docs ❏ Breakpoints
videos, browse programmer memes, etc. 02 Sleep 😴: Take a nap to clear your brain’s cache and cookies. 03 Reach out 🫂: A problem shared is a problem halved.