author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sat, 10 Feb 2018 01:49:07 +0200 | |
changeset 2230 | 9e6ad6607a9e |
parent 2228 | 837f1337c59b |
permissions | -rw-r--r-- |
1868
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
1 |
.. -*- coding: utf-8; -*- |
15 | 2 |
|
1868
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
3 |
==================== |
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
4 |
Project management |
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
5 |
==================== |
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
6 |
.. contents:: |
1905
fba288d59662
Include only local subsections into TOC. This prevent duplication of
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1868
diff
changeset
|
7 |
:local: |
1868
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 |
||
2228
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
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 |
||
2228
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
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 |
||
2228
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
58 |
* http://en.wikipedia.org/wiki/Spiral_model |
1868
47075059112f
Convert to RST syntax.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
15
diff
changeset
|
59 |