From b9f11d55ec13d652178ae951504767314e80e16a Mon Sep 17 00:00:00 2001 From: roco Date: Fri, 20 Apr 2012 15:31:42 +0900 Subject: Translate TODO list --- TODO | 15 +++++++++++++++ TODO.ja | 14 ++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 TODO create mode 100644 TODO.ja diff --git a/TODO b/TODO new file mode 100644 index 000000000..f8e463bca --- /dev/null +++ b/TODO @@ -0,0 +1,15 @@ +Things to do (Things that are not done yet) + +* Here document +* Special variables ($1,$2..) +* super in aliased methods +* BEGIN/END (Were we not supporting this?) +* const_missing +* respond_to_missing + +Things to improve (Done but things to fix) + +* Hash (Reduce size. Use khash or save the order) +* stringEx (Delete encoding、delete CODERANGE、delete everything except UTF-8 or ASCII) +* Make additions as they are noticed. + diff --git a/TODO.ja b/TODO.ja new file mode 100644 index 000000000..ac3c0b7fd --- /dev/null +++ b/TODO.ja @@ -0,0 +1,14 @@ +やること(まだできてないこと) + +* ヒアドキュメント +* 特殊変数 ($1,$2..) +* super in aliased methods +* BEGIN/END (対応しないんだっけ?) +* const_missing +* respond_to_missing + +改善すること(できているが直すこと) + +* Hash (サイズを減らす。khashを使うか、順序を保存するか) +* stringEx (encoding削除、CODERANGE削除、UTF-8 or ASCII以外削除) +* 気づいたら書き加える -- cgit v1.2.3