author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 22 Feb 2016 12:41:52 +0200 | |
changeset 1903 | 901e7394849f |
parent 1868 | 47075059112f |
child 1905 | fba288d59662 |
permissions | -rw-r--r-- |
1868
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
1 |
.. -*- coding: utf-8; -*- |
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
2 |
.. include:: HEADER.rst |
15 | 3 |
|
1868
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
4 |
==================== |
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
5 |
Project management |
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
6 |
==================== |
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
7 |
.. contents:: |
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
8 |
|
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
9 |
Cowboy coding |
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
10 |
============= |
15 | 11 |
|
12 |
Software development where the developers have autonomy over the development |
|
13 |
process. |
|
14 |
||
15 |
No external management or management that controls only non-development |
|
16 |
aspects of the project, such as its nature, scope, and feature set. (The |
|
17 |
"what", but not the "how"). |
|
18 |
||
19 |
See: |
|
20 |
||
1868
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
21 |
* http://en.wikipedia.org/wiki/Cowboy_coding |
15 | 22 |
|
1868
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
23 |
Waterfall model |
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
24 |
=============== |
15 | 25 |
|
26 |
The waterfall model is a sequential development process, in which development |
|
27 |
is seen as flowing steadily downwards (like a waterfall) through the phases of |
|
28 |
requirements analysis, design, implementation, testing (validation), |
|
29 |
integration, and maintenance. |
|
30 |
||
31 |
В оригинальной модели водопада Ройса фазы идут в таком порядке: |
|
32 |
||
33 |
1. Определение требований |
|
34 |
2. Проектирование |
|
35 |
3. Конструирование (также «реализация» либо «кодирование») |
|
36 |
4. Интеграция |
|
37 |
5. Тестирование и отладка (также «верификация») |
|
38 |
6. Инсталляция |
|
39 |
7. Поддержка |
|
40 |
||
41 |
See: |
|
42 |
||
1868
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
43 |
* http://en.wikipedia.org/wiki/Waterfall_model |
15 | 44 |
|
1868
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
45 |
Spiral model |
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
46 |
============ |
15 | 47 |
|
48 |
The spiral model is a software development process combining elements of both |
|
49 |
design and prototyping-in-stages, in an effort to combine advantages of |
|
50 |
top-down and bottom-up concepts. |
|
51 |
||
52 |
This model of development combines the features of the prototyping model and |
|
53 |
the waterfall model. The spiral model is intended for large, expensive and |
|
54 |
complicated projects. |
|
55 |
||
56 |
See: |
|
57 |
||
1868
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
58 |
* http://en.wikipedia.org/wiki/Spiral_model |
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
59 |