v-nys / programming-emu

A book about copying and learning from good Racket code
MIT License
2 stars 0 forks source link

VC-based solution for including code samples #17

Closed v-nys closed 7 years ago

v-nys commented 7 years ago

Including lots of code samples gets a little messy. Could experiment with a solution that leverages version control: keep a version history of the code base being developed, include code from a specific tag at specific line numbers.

Potential advantages:

Potential disadvantages:

v-nys commented 7 years ago

There are too many exceptions. Will just stick to explicit samples.