-
Notifications
You must be signed in to change notification settings - Fork 37
Description
It's great to have those exercises at the end of each chapter. Most of them are small enough that they could be done "on paper" without actually having access to REPL.
They definitely present a good opportunity for making this book interactive. In addition to some instructions of how to try these in EdgeDB REPL locally we could have the online version of the book use the same mechanism we currently use in the "interactive tutorial" to provide an interactive way to do the exercises. Each exercise is short, easily fits on a single screen and we could have an extra button for showing the "official solution" with explanations. We already have the file with the schema & data needed for the exercises, so that can be used to populate the database.
The examples in the main body of the chapter should not be interactive, though, as messing up one of them would lead to issues down the line.