Hacker News new | ask | show | jobs
by aezell 4576 days ago
I love this. I think it would be useful to move the debugging chapter much earlier in the book. Presumably, new users of Flask will encounter the (pretty awesome) Werkzeug error page as they move through the book. It might work well if a debugging chapter had exposed them to a little bit of how to interpret and use that tool. I'm sure there's a lot more about debugging to cover so maybe splitting things up makes sense too.
1 comments

I hadn't thought of that, but it does make sense. I've added in issue to the repo: https://github.com/rpicard/explore-flask/issues/16
Great. I bought a copy and will be following along on your progress. I'll be sure to use issues and pull requests for any other suggestions/fixes I might stumble across.