Skip to content

Commit 5745c02

Browse files
committed
Add development process topics
1 parent dff7e69 commit 5745c02

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

content/Index.en.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@
1616
2.5. Procedural paradigm, call, stack and heap
1717
2.6. Higher-order function, pure function, side effects
1818
2.7. Closures, callbacks, wrappers, and events
19-
2.8. Exceptions and error handling
19+
2.8. Exceptions and error handling
20+
2.9. Monomorphic code in dynamic languages
2021
3. Application state, data structures and collections
2122
3.1. Stateful and stateless approach
2223
3.2. Structs and records
2324
3.3. Array, list, set, tuple
2425
3.4. Dictionaries, hash table and associative array
2526
3.5. Stack, queue, deque
2627
3.6. Trees and Graphs
27-
3.7. Dataset projections
28+
3.7. Dataset projections
29+
3.8. Computational complexity estimation
2830
4. Extended concepts
2931
4.1. What is a technology stack
3032
4.2. Development environment and debugging
@@ -48,12 +50,15 @@
4850
6.3. Object-oriented antipatterns
4951
6.4. Functional antipatterns
5052
7. Development process
51-
7.1. Refactoring
52-
7.2. Code review
53-
7.3. Computational complexity estimation
54-
7.4. Testing: unittests, system and integration testing
55-
7.5. Monomorphic code in dynamic languages
56-
7.6. Multi-aspect optimizations
53+
7.1. Software life cycle, subject domain analysis
54+
7.2. Code conventions and standards
55+
7.3. Testing: unittests, system and integration testing
56+
7.4. Code review and refactoring
57+
7.5. Resources estimation, development plan and schedule
58+
7.6. Risks analysis, weaknesses, non-functional requirements
59+
7.7. Coordination and adjustment of the process
60+
7.8. Continuous deployment and delivery
61+
7.9. Multi-aspect optimizations
5762
8. Advanced concepts
5863
8.1. Events, Timers and EventEmitter
5964
8.2. Introspection and reflection

0 commit comments

Comments
 (0)