@c-d-cc/reap 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ko.md +9 -3
- package/README.md +9 -3
- package/package.json +1 -1
package/README.ko.md
CHANGED
|
@@ -11,9 +11,15 @@
|
|
|
11
11
|
|
|
12
12
|
> For English version, see [README.md](README.md).
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
<table align="center">
|
|
15
|
+
<tr>
|
|
16
|
+
<td align="center"><strong>Genome</strong><br><sub>설계와 지식</sub></td>
|
|
17
|
+
<td align="center">→</td>
|
|
18
|
+
<td align="center"><strong>Evolution</strong><br><sub>세대를 거친 진화</sub></td>
|
|
19
|
+
<td align="center">→</td>
|
|
20
|
+
<td align="center"><strong>Civilization</strong><br><sub>Source Code</sub></td>
|
|
21
|
+
</tr>
|
|
22
|
+
</table>
|
|
17
23
|
|
|
18
24
|
REAP은 Application의 유전 정보(Genome)를 정의하고, 각 세대에서 목표를 설정하여 구현하고, 그 과정에서 발견한 Genome 결함을 다음 단계에서 반영합니다. 세대를 거듭하며 Genome이 진화하고, Source Code(Civilization)가 성장합니다.
|
|
19
25
|
|
package/README.md
CHANGED
|
@@ -11,9 +11,15 @@
|
|
|
11
11
|
|
|
12
12
|
> 한국어 버전은 [README.ko.md](README.ko.md)를 참조하세요.
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
<table align="center">
|
|
15
|
+
<tr>
|
|
16
|
+
<td align="center"><strong>Genome</strong><br><sub>Design & Knowledge</sub></td>
|
|
17
|
+
<td align="center">→</td>
|
|
18
|
+
<td align="center"><strong>Evolution</strong><br><sub>Generational Progress</sub></td>
|
|
19
|
+
<td align="center">→</td>
|
|
20
|
+
<td align="center"><strong>Civilization</strong><br><sub>Source Code</sub></td>
|
|
21
|
+
</tr>
|
|
22
|
+
</table>
|
|
17
23
|
|
|
18
24
|
REAP defines an application's genetic information (Genome), sets objectives for each generation to implement, and feeds back any Genome defects discovered along the way into subsequent stages. As generations accumulate, the Genome evolves and the Source Code (Civilization) grows.
|
|
19
25
|
|