Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core: debugging advice? #51

Open
tobyhodges opened this issue Jul 31, 2018 · 3 comments
Open

Core: debugging advice? #51

tobyhodges opened this issue Jul 31, 2018 · 3 comments

Comments

@tobyhodges
Copy link
Collaborator

I'd like to see some advice about how to debug JS near the start of the book. Probably in Core?

I learned about debugger last week and can see how that might be very useful for debugging things in the browser. I would love to hear other suggestions from people with more JS experience than I.

@tobyhodges
Copy link
Collaborator Author

Should we do this?

What have we learned about strategies for debugging JS?

@gvwilson
Copy link
Collaborator

console.log is my friend. Some days, it's my only friend...

@erictleung
Copy link
Contributor

This isn't peer-reviewed advice, but Julia Evans has been working on a zine on debugging (see https://twitter.com/b0rk/status/1146159551315677189). There's a blog post of theirs that talks about debugging, but at a general level, rather than specific for JS https://jvns.ca/blog/2019/06/23/a-few-debugging-resources/. It could possibly be used and translated for JS-specifics.

@gvwilson gvwilson transferred this issue from another repository Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants