Parcourir la source

Added notes on future class naming convention

Alois Mahdal (@azzgoat) il y a 11 ans
Parent
révision
a974a975c7
1 fichiers modifiés avec 22 ajouts et 0 suppressions
  1. 22
    0
      notes/classes.md

+ 22
- 0
notes/classes.md Voir le fichier

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