Thinking about a better approach to SuperCollider, emphasizing code reuse. Save chunks of code (called ‘modules’ as in modular synthesis). Instead of re-inventing the wheel all the time, refer to the library of modules.

Probably best to use Instr and Patch for this.

Examples…