summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/internals
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-11-30 09:16:55 +0000
committerfukachan <fukachan>2003-11-30 09:16:55 +0000
commita68c7feaec1b4459838a8f2cc21b4d677e6c19e9 (patch)
tree366a600d386aef68c1a1bb1f922641fab6c1f795 /fml/doc/ja/tutorial/internals
parent8938e7b28bbba05bedace2054571d3fc65137fe9 (diff)
downloadfml8-a68c7feaec1b4459838a8f2cc21b4d677e6c19e9.tar.gz
fml8-a68c7feaec1b4459838a8f2cc21b4d677e6c19e9.tar.bz2
fml8-a68c7feaec1b4459838a8f2cc21b4d677e6c19e9.zip
naming convention and class
Diffstat (limited to 'fml/doc/ja/tutorial/internals')
-rw-r--r--fml/doc/ja/tutorial/internals/style.sgml38
1 files changed, 37 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/internals/style.sgml b/fml/doc/ja/tutorial/internals/style.sgml
index 692fe188..754536d0 100644
--- a/fml/doc/ja/tutorial/internals/style.sgml
+++ b/fml/doc/ja/tutorial/internals/style.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: style.sgml,v 1.8 2003/11/01 02:37:16 fukachan Exp $
+ $FML: style.sgml,v 1.9 2003/11/01 03:53:06 fukachan Exp $
-->
<chapter id="programingstyle">
@@ -99,6 +99,42 @@ use_command_mail_header_なんとか
</screen>
</para>
+<para>
+<link linkend="list.variables.by.class">
+クラスの階層構造
+</link>
+で現すと、こーんな感じになるとおもいます。
+<screen>
+command {
+ SOMETHING_command
+ admin_command
+}
+
+directory {
+ XXX_directory
+}
+
+file {
+ template_file
+}
+
+mail {
+ incoming_mail
+ outgoing_mail
+ report_mail
+}
+
+message {
+ reply_message
+}
+
+article {
+ article_digest (digestではなく、article の digest だとわかる命名を)
+ article_spool (spoolではなく、article の spool だとわかる命名を)
+}
+</screen>
+</para>
+
</sect2>