aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/pddp-style-guide.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-10-09 05:00:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-10-09 05:00:45 +0000
commitaa1bcade09a16f40e79115a68994c85f34e27ee3 (patch)
tree7c29327394573e10d784b47f20f277973671b9cd /doc/pddp/pddp-style-guide.pd
parent826341c0c196a49f17e240fe71c1a9d01e988f64 (diff)
added some design guidelines from usability reading
svn path=/trunk/; revision=2078
Diffstat (limited to 'doc/pddp/pddp-style-guide.pd')
-rw-r--r--doc/pddp/pddp-style-guide.pd20
1 files changed, 17 insertions, 3 deletions
diff --git a/doc/pddp/pddp-style-guide.pd b/doc/pddp/pddp-style-guide.pd
index fceb72e8..9063fe91 100644
--- a/doc/pddp/pddp-style-guide.pd
+++ b/doc/pddp/pddp-style-guide.pd
@@ -1,7 +1,6 @@
-#N canvas 323 116 596 539 10;
+#N canvas 323 116 608 551 10;
#X text 33 38 Here are various text conventions for discussing various
aspects of Pd in text:;
-#X text 36 88 atoms:;
#X text 52 108 "anything" \, "bang" \, "float" \, "list" \, "pointer"
\, "symbol";
#X text 33 138 objects:;
@@ -9,4 +8,19 @@ aspects of Pd in text:;
\, etc.;
#X text 34 191 messages:;
#X text 49 214 [pd dsp 1 ( \, [set 0 ( \,;
-#X obj 37 450 standard_gui_elements;
+#X text 41 276 design principles;
+#X text 75 372 - Avoid arbitrary syntax;
+#X text 75 386 - Use standard language;
+#X text 76 319 - Teach by example \, not by formalism;
+#X text 76 303 - Make states visible and visibly distinguished;
+#X text 72 426 - Support clear conceptual models for documentation
+;
+#X text 71 444 - Respect the rules of human conversation;
+#X text 71 457 - Respond with an appropriate amount of information
+;
+#X text 77 406 - Use the application's terminology;
+#X text 73 335 - Communicate visually;
+#X text 74 355 - Strive for consistency;
+#X text 255 346 - Offer informative feedback;
+#X text 36 88 reserved words:;
+#X text 6 525 Hans-Christoph Steiner <hans@at.or.at>;