diff options
| author | fukachan <fukachan> | 2002-02-13 13:51:50 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-02-13 13:51:50 +0000 |
| commit | f8ab0560a00c79b659d264d317d2219ddd178b72 (patch) | |
| tree | e2f5bce51dc216f21ebe179c1b45fd31e2767b60 /fml/doc/ja/tutorial | |
| parent | 3f00c8387daf7b2a8662fe8fb2ea00f79dd8711d (diff) | |
| download | fml8-f8ab0560a00c79b659d264d317d2219ddd178b72.tar.gz fml8-f8ab0560a00c79b659d264d317d2219ddd178b72.tar.bz2 fml8-f8ab0560a00c79b659d264d317d2219ddd178b72.zip | |
add policy(?)
Diffstat (limited to 'fml/doc/ja/tutorial')
| -rw-r--r-- | fml/doc/ja/tutorial/book.sgml | 5 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/include/chapters.ent | 4 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/policy.sgml | 42 |
3 files changed, 47 insertions, 4 deletions
diff --git a/fml/doc/ja/tutorial/book.sgml b/fml/doc/ja/tutorial/book.sgml index f2004f2c..4cb28c20 100644 --- a/fml/doc/ja/tutorial/book.sgml +++ b/fml/doc/ja/tutorial/book.sgml @@ -2,7 +2,7 @@ This is an sgml using DocBook dtd. Use sgmltools version 2.0.x or above to generate various output formats. -$FML: book.sgml,v 1.26 2001/11/25 06:06:56 fukachan Exp $ +$FML: book.sgml,v 1.27 2001/11/25 12:03:23 fukachan Exp $ --> <!doctype book public "-//FML//DTD DocBook V3.1-Based Extension//EN" [ @@ -68,7 +68,8 @@ $FML: book.sgml,v 1.26 2001/11/25 06:06:56 fukachan Exp $ </partintro> &chapter.design; - &chapter.programingstyle; + &chapter.programingstyle; + &chapter.policy; </part> diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent index 226b136e..c2e1e15a 100644 --- a/fml/doc/ja/tutorial/include/chapters.ent +++ b/fml/doc/ja/tutorial/include/chapters.ent @@ -1,5 +1,5 @@ <!-- - $FML: chapters.ent,v 1.28 2002/01/16 14:12:18 fukachan Exp $ + $FML: chapters.ent,v 1.29 2002/02/02 05:45:26 fukachan Exp $ --> <!entity versin "1.1"> @@ -49,7 +49,7 @@ <!-- う〜ん、分類は…?;-) --> <!entity chapter.db SYSTEM "internals/db.sgml"> <!entity chapter.dbms SYSTEM "internals/dbms.sgml"> - +<!entity chapter.policy SYSTEM "policy.sgml"> <!-- 配送 --> <!entity chapter.delivery SYSTEM "delivery/chapter.sgml"> diff --git a/fml/doc/ja/tutorial/policy.sgml b/fml/doc/ja/tutorial/policy.sgml new file mode 100644 index 00000000..cf419c19 --- /dev/null +++ b/fml/doc/ja/tutorial/policy.sgml @@ -0,0 +1,42 @@ +<!-- + $FML$ +--> + +<chapter id="design.policy"> + <title> + デザイン/コーディングスタイルの上でいろいろ + </title> + +<sect1> + <title> + 2、3の注意点 + </title> + + +<para> +サーチするキーに対して quotemeta() を +</para> + + +<para> +オブジェクトの中身のキーを直接使わずに、 +常にアクセスメソッドを定義すること。 +例: main_cf へのアクセス +</para> + + +<para> +@EXPORT @EXPORT_OK はできればやめたい… +</para> + + +<para> +Srting::is_japanese_string() +くらいの階層に浅くするべきではないかなぁ? +せめて 3 段目くらいで止まってほしいような〜 +</para> + +</sect1> + + +</chapter> |
