Style Guide
Up one levelA collection of patch construction guidance in the vein of Python's PEP8 (http://www.python.org/dev/peps/pep-0008/). To add to the menagerie of styles, add a page describing your habits, tips, and reasonings. Typical entries would include: Layout (i.e. presentation and organization), Comments, Arguments, Triggers, Send/Receive/Value naming conventions, Abstraction/Subpatch naming conventions, Interfacing (APIs and inter-patch communication), and general "Programming Recommendations" (e.g. counters, initialization, negating values and other everyday stuffs)
- StyleGuideHome — last modified 2009-03-25 10:12 PM
- A collection of patch construction guidance in the vein of Python's PEP8 (http://www.python.org/dev/peps/pep-0008/). To add to the menagerie of styles, add a page describing your habits, tips, and ...
- LukesStyle by IOhannes m zmoelnig — last modified 2008-08-04 08:44 AM
- Arguments: ----------
- PrimordialStyleGuide — last modified 2008-08-08 08:57 AM
- = Realms of Style = Dollar arguments, Abstractions, Subpatches, Inlets/Outlets, Trigger, Visual Layout, Patch organization, Filesystem organization, Send/Receive/Value/Table naming conventions, ...
- StyleGuideDraft2 by Luke Iannini — last modified 2009-03-17 09:45 AM
- == Send/Receive Naming Conventions ==
- PendingAddition — last modified 2009-03-25 10:04 PM
- Interfaces