Skip to content

Commit da4c024

Browse files
committed
ADD book - cleanAgile
1 parent d9ab8dc commit da4c024

5 files changed

Lines changed: 46 additions & 7 deletions

File tree

_data/pageMap.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
summary: '새 PC 를 받았을때 개발환경 세팅방법 (Java, Spring 개발 기준)'
1313
parent: index
1414
url: /wiki/개발환경세팅
15-
updated: '2021-04-20 06:14:25 +0900'
15+
updated: '2021-07-12 12:37:05 +0900'
1616
children: []
1717
기본적인내용:
1818
type: wiki
@@ -52,7 +52,7 @@
5252
summary: '조직관리에 유용한 정보 정리'
5353
parent: index
5454
url: /wiki/조직관리
55-
updated: '2021-04-16 18:04:20 +0900'
55+
updated: '2021-07-02 16:33:03 +0900'
5656
children: []
5757
Airflow:
5858
type: wiki
@@ -101,7 +101,15 @@ Books:
101101
parent: index
102102
url: /wiki/Books
103103
updated: '2019-04-24 08:50:30 +0900'
104-
children: [GOF_DesignPattern, Refactoring]
104+
children: [CleanAgile, GOF_DesignPattern, Refactoring]
105+
CleanAgile:
106+
type: wiki
107+
title: 클린애자일
108+
summary: '새로운 세대를 위한 애자일 가치와 실천'
109+
parent: Books
110+
url: /wiki/CleanAgile
111+
updated: '2021-07-16 10:05:02 +0900'
112+
children: []
105113
CodeReview:
106114
type: wiki
107115
title: CodeReivew
@@ -220,7 +228,7 @@ index:
220228
summary: 'anyjava wiki index'
221229
parent: null
222230
url: /wiki/index
223-
updated: '2021-05-27 18:48:24 +0900'
231+
updated: '2021-07-16 09:58:00 +0900'
224232
children: []
225233
Infra:
226234
type: wiki

_data/tagList.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- '연말정산,공인인증서'
33
- 회고
44
- action
5+
- agile
56
- 'airflow,'
67
- amqp
78
- annoatation

_data/tagMap.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ bean_scope:
4444
book:
4545
- {fileName: Books}
4646
- {fileName: Refactoring}
47+
'book,':
48+
- {fileName: CleanAgile}
49+
- {fileName: GOF_DesignPattern}
50+
agile:
51+
- {fileName: CleanAgile}
4752
codereview:
4853
- {fileName: CodeReview}
4954
datastructure:
@@ -60,8 +65,6 @@ java:
6065
- {fileName: Spring_Boot}
6166
git:
6267
- {fileName: Git}
63-
'book,':
64-
- {fileName: GOF_DesignPattern}
6568
designpattern:
6669
- {fileName: GOF_DesignPattern}
6770
gradle:

_wiki/CleanAgile.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout : wiki
3+
title : 클린애자일
4+
summary : 새로운 세대를 위한 애자일 가치와 실천
5+
date : 2021-07-16 09:58:30 +0900
6+
updated : 2021-07-16 10:05:02 +0900
7+
tags : book, agile
8+
toc : true
9+
public : true
10+
parent : Books
11+
latex : false
12+
---
13+
* TOC
14+
{:toc}
15+
16+
## 간단한 소감
17+
18+
* QA
19+
* 업무분석가는 정상적으로 성공하는 경로만 서술한다.
20+
* QA 는 정상에서 벗어난 경로를 담당한다.
21+
* QA 병, QA 관리자는 QA가 일을 잘한다는 증거로 발견한 결함 수를 여기저기 들이밀고 다닐것이다. -> 결함이 좋은걸로 인식하게 됨.
22+
* QA가 ㅈ마지막에 있어서는 안된다.
23+
* 테스트는 개발자가 돌리도록 하자.
24+
* 대규모 애자일
25+
* 애자일은 작은팀에서 효율이 높다. 대규모팀의 관리는 이미 증명되었고 방법도 많다.
26+
* 작은 애자일팀들을 관리하는 방법은 고전의 방식(?어떤걸까?)을 이용해서 하면된다.

_wiki/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout : wiki
33
title : index
44
summary : anyjava wiki index
55
date : 2018-08-15 19:41:36 +0900
6-
updated : 2021-05-27 18:48:24 +0900
6+
updated : 2021-07-16 09:58:00 +0900
77
tags :
88
toc : true
99
public : true
@@ -73,6 +73,7 @@ latex : false
7373

7474
* [[조직관리]]
7575
* [[Books]]
76+
* [[CleanAgile]]
7677
* [[Refactoring]]
7778
* [[GOF_DesignPattern]]
7879
* 회고

0 commit comments

Comments
 (0)