

Help Me Help You - How To Ask For Help
20 snips Jul 17, 2023
Scott and Wes delve into how to effectively ask for help with coding issues. They discuss the importance of building reproducible examples and using tools like GitHub for clear communication. The duo emphasizes being responsive and respectful when seeking assistance. They also explore how AI tools can aid in debugging and problem-solving, highlighting the value of a calm approach during tech frustrations. Overall, the conversation is a treasure trove of tips for new developers navigating the open source landscape.
AI Snips
Chapters
Transcript
Episode notes
Reproduce the Error
- Provide a reproduction of the error when submitting issues, even if challenging.
- Creating a reproduction often reveals the problem's root cause, sometimes even fixing it due to user error.
Share Code Snippets
- If a full reproduction isn't feasible, share code snippets via GitHub Gist for easier analysis.
- This enables maintainers to quickly identify simple errors through linting and variable tracking.
Live Reproduction
- Ideally, create a live reproduction using online tools like StackBlitz or CodeSandbox.
- This allows maintainers to experience the error directly, facilitating faster debugging and understanding.