shiffman / learningprocessing.com

New learningprocessing.com site
68 stars 21 forks source link

extra comments in code #11

Closed shiffman closed 8 years ago

shiffman commented 8 years ago

All the examples have a lot of this. I'll probably use some regex at some point to remove the first lines of comments.

// Learning Processing
// Daniel Shiffman
// http://www.learningprocessing.com

// Example 1-1: stroke and fill
shiffman commented 8 years ago

Added some JS to take care of this.