Browse Source

Added notes on future class naming convention

Alois Mahdal (@azzgoat) 11 years ago
parent
commit
a974a975c7
1 changed files with 22 additions and 0 deletions
  1. 22
    0
      notes/classes.md

+ 22
- 0
notes/classes.md View File

@@ -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
+