shiffman / LearningProcessing

A repo for examples from the book Learning Processing
http://learningprocessing.com
606 stars 276 forks source link

consistency of method vs. function #140

Open shiffman opened 9 years ago

shiffman commented 9 years ago

The Processing standard is to use "function" to refer to everything in setup(), draw() and otherwise. "method" for functions defined in classes. Check this.