浏览代码

Added notes on future class naming convention

Alois Mahdal (@azzgoat) 11 年前
父节点
当前提交
a974a975c7
共有 1 个文件被更改,包括 22 次插入0 次删除
  1. 22
    0
      notes/classes.md

+ 22
- 0
notes/classes.md 查看文件

@@ -0,0 +1,22 @@
1
+Classes!
2
+========
3
+
4
+
5
+Variant A
6
+---------
7
+
8
+    SugarTrail::CondBlock
9
+    SugarTrail::Master
10
+    SugarTrail::Repo
11
+    SugarTrail::Repo::FileSystem
12
+    SugarTrail::Slave
13
+
14
+Variant B
15
+---------
16
+
17
+    SugarTrail::CondBlock
18
+    SugarTrail::Repo
19
+    SugarTrail::Repo::FileSystem
20
+    SugarTrail::Template::Master
21
+    SugarTrail::Template::Slave
22
+