몰입하며 나아가는 개발이란

Architecture, Desgin Pattern

Manifesto for Agile Software Development(애자일 소프트웨어 선언문)

류하을 2019. 11. 30. 19:13

Manifesto for Agile Software Development

 

 

We are uncovering better ways of developing
software by doing it and helping others do it.
Through this work we have come to value:

Individuals and interactions over processes and tools
Working software over comprehensive documentation
Customer collaboration over contract negotiation
Responding to change over following a plan

That is, while there is value in the items on
the right, we value the items on the left more.

 

애자일 소프트웨어 개발 선언



우리는 소프트웨어를 개발하고, 또 다른 사람의 개발을
도와주면서 소프트웨어 개발의 더 나은 방법들을 찾아가고
있다. 이 작업을 통해 우리는 다음을 가치 있게 여기게 되었다:

공정과 도구보다 개인과 상호작용
포괄적인 문서보다 작동하는 소프트웨어
계약 협상보다 고객과의 협력
계획을 따르기보다 변화에 대응하기

가치 있게 여긴다. 이 말은, 왼쪽에 있는 것들도 가치가 있지만,
우리는 오른쪽에 있는 것들에 더 높은 가치를 둔다는 것이다.

 

 

 

'Architecture, Desgin Pattern' 카테고리의 다른 글

ORM이란?  (0) 2022.04.08
도메인 주도 설계란?(DDD)  (0) 2022.04.06
RESTful이란?  (0) 2022.04.01
Singleton Pattern (싱글톤 패턴)  (0) 2019.12.11
Object Oriented Programing(객체 지향 프로그래밍)  (0) 2019.12.03