15
|
1 |
-*- mode: outline; coding: utf-8; fill-column: 78 -*-
|
|
2 |
|
|
3 |
* Cowboy coding.
|
|
4 |
|
|
5 |
Software development where the developers have autonomy over the development
|
|
6 |
process.
|
|
7 |
|
|
8 |
No external management or management that controls only non-development
|
|
9 |
aspects of the project, such as its nature, scope, and feature set. (The
|
|
10 |
"what", but not the "how").
|
|
11 |
|
|
12 |
See:
|
|
13 |
|
|
14 |
http://en.wikipedia.org/wiki/Cowboy_coding
|
|
15 |
|
|
16 |
* Waterfall model.
|
|
17 |
|
|
18 |
The waterfall model is a sequential development process, in which development
|
|
19 |
is seen as flowing steadily downwards (like a waterfall) through the phases of
|
|
20 |
requirements analysis, design, implementation, testing (validation),
|
|
21 |
integration, and maintenance.
|
|
22 |
|
|
23 |
В оригинальной модели водопада Ройса фазы идут в таком порядке:
|
|
24 |
|
|
25 |
1. Определение требований
|
|
26 |
2. Проектирование
|
|
27 |
3. Конструирование (также «реализация» либо «кодирование»)
|
|
28 |
4. Интеграция
|
|
29 |
5. Тестирование и отладка (также «верификация»)
|
|
30 |
6. Инсталляция
|
|
31 |
7. Поддержка
|
|
32 |
|
|
33 |
See:
|
|
34 |
|
|
35 |
http://en.wikipedia.org/wiki/Waterfall_model
|
|
36 |
|
|
37 |
* Spiral model.
|
|
38 |
|
|
39 |
The spiral model is a software development process combining elements of both
|
|
40 |
design and prototyping-in-stages, in an effort to combine advantages of
|
|
41 |
top-down and bottom-up concepts.
|
|
42 |
|
|
43 |
This model of development combines the features of the prototyping model and
|
|
44 |
the waterfall model. The spiral model is intended for large, expensive and
|
|
45 |
complicated projects.
|
|
46 |
|
|
47 |
See:
|
|
48 |
|
|
49 |
http://en.wikipedia.org/wiki/Spiral_model
|