aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/pddp-style-guide.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-28 00:25:05 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-28 00:25:05 +0000
commit061e4be1f20ac78e3b52bc6429322d5fadcf5831 (patch)
treec6449d7cf4a19547b97d234ef4c65251ee766c1d /doc/pddp/pddp-style-guide.pd
parente30864640368dc4c25c309fb83365807955e832e (diff)
cleaned up a number of patches; renamed all to the standard -help.pd format; added some more ideas to the style guide; finished up lists_vs_anythings
svn path=/trunk/; revision=2841
Diffstat (limited to 'doc/pddp/pddp-style-guide.pd')
-rw-r--r--doc/pddp/pddp-style-guide.pd51
1 files changed, 28 insertions, 23 deletions
diff --git a/doc/pddp/pddp-style-guide.pd b/doc/pddp/pddp-style-guide.pd
index 219b5c23..1894db81 100644
--- a/doc/pddp/pddp-style-guide.pd
+++ b/doc/pddp/pddp-style-guide.pd
@@ -1,28 +1,33 @@
-#N canvas 196 180 459 553 10;
-#X text 15 38 Here are various text conventions for discussing various
-aspects of Pd in text:;
-#X text 30 108 "anything" \, "bang" \, "float" \, "list" \, "pointer"
-\, "symbol";
-#X text 15 138 objects:;
-#X text 30 157 [route] \, [set] \, [float] \, [symbol] \, [trigger]
-\, etc.;
-#X text 15 191 messages:;
-#X text 30 214 [send 1( \, [set 0( \,;
-#X text 15 270 design principles;
-#X text 50 300 - Make states visible and visibly distinguished;
-#X text 50 315 - Teach by example \, not by formalism;
-#X text 50 330 - Communicate visually;
-#X text 50 345 - Offer informative feedback;
-#X text 50 360 - Strive for consistency;
-#X text 50 375 - Avoid arbitrary syntax;
-#X text 50 390 - Use standard language;
-#X text 50 405 - Use the application's terminology;
-#X text 50 420 - Support clear conceptual models for documentation
+#N canvas 102 76 462 561 10;
+#X text 15 30 design principles;
+#X text 50 50 - Make states visible and visibly distinguished;
+#X text 50 65 - Teach by example \, not by formalism;
+#X text 50 80 - Communicate visually;
+#X text 50 95 - Offer informative feedback;
+#X text 50 110 - Strive for consistency;
+#X text 50 125 - Avoid arbitrary syntax;
+#X text 50 140 - Use standard language;
+#X text 50 155 - Use the application's terminology;
+#X text 50 170 - Support clear conceptual models for documentation
;
-#X text 50 435 - Respect the rules of human conversation;
-#X text 50 450 - Respond with an appropriate amount of information
+#X text 50 185 - Respect the rules of human conversation;
+#X text 50 200 - Respond with an appropriate amount of information
;
-#X text 17 88 reserved words:;
#X obj 2 2 cnv 15 450 20 empty empty pddp-style-guide 2 11 1 18 -233017
-66577 0;
#X obj 418 3 pddp;
+#X obj 14 529 pddp_open standard_gui_elements;
+#X text 15 230 Here are various text conventions for discussing various
+aspects of Pd in text:;
+#X text 30 300 "anything" \, "bang" \, "float" \, "list" \, "pointer"
+\, "symbol";
+#X text 15 330 objects:;
+#X text 30 349 [route] \, [set] \, [float] \, [symbol] \, [trigger]
+\, etc.;
+#X text 15 383 messages:;
+#X text 30 406 [send 1( \, [set 0( \,;
+#X text 17 280 reserved words:;
+#X text 15 441 Though an old term in the realm of the Max family of
+languages \, "abstraction" is a misleading term. Pd patches are either
+applications or objects. If a Pd patch is meant to be reused in other
+patches \, it is an object just like any other.;