Просмотр исходного кода

Begun basic "where to start" document

peter_backlund 16 лет назад
Родитель
Сommit
8d66d4458d
1 измененных файлов: 8 добавлений и 0 удалений
  1. 8
    0
      dddsample/src/site/apt/getting_started.apt

+ 8
- 0
dddsample/src/site/apt/getting_started.apt Просмотреть файл

@@ -0,0 +1,8 @@
1
+  ------------
2
+  Geting started
3
+  ------------
4
+
5
+  DDD is about separating domain complexity from technical complexity by buiding a model of the domain.
6
+  The model is used to transfer and structure knowledge from someone with intimate knowledge of how the
7
+  domain works (a domain expert) to the developer, and make that the foundation of the application.
8
+