> On Apr 15, 2017, at 4:21 PM, Evan Root <[email protected]> wrote: > > Essentially I was following htdp2e and at Chapter I second 3 I created a new > definitions file for the cars. I then got stuck because I apparently needed a > definition from section 2 for 'BACKGROUND' but I didn't realize it. That made > me think; because I'm doing this without an instructor I don't have other > people to go off of by looking at their DrRackets. > > For the people who have followed the book, how long do you all keep the > definitions? Like one file for the whole book? or perhaps per chapter? I was > doing one file per section and now I think I need input from people who have > done this successfully. >
To follow a section, you want to keep all definitions in one file and you want to update definitions as they are revised. To solve problems, start a new file. If an exercise tells you to resume a section’s work, include the section’s definitions. If exercise n tells you to resume exercise k (for k < n), copy the work from there into the file for n. — Matthia -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

