소스 검색

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 파일 보기

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
+