11
11
3 . [ Функції] ( https://github.com/HowProgrammingWorks/Function ) ,
12
12
анонімні та лямбда-функції, чисті функції та побічні ефекти
13
13
4 . Суперпозиція та
14
- [ композиція] ( https://github.com/HowProgrammingWorks/Composition ) функцій
15
- [ Часткове застосування] ( https://github.com/HowProgrammingWorks/PartialApplication ) ,
14
+ [ композиція] ( https://github.com/HowProgrammingWorks/Composition ) функцій,
15
+ [ часткове застосування] ( https://github.com/HowProgrammingWorks/PartialApplication ) ,
16
16
каррінг та [ функції-обгортки] ( https://github.com/HowProgrammingWorks/Wrapper )
17
17
5 . [ Функції вищого порядку] ( https://github.com/HowProgrammingWorks/HigherOrderFunction ) ,
18
18
колбеки та [ замикання] ( https://github.com/HowProgrammingWorks/Closure )
23
23
24
24
## Допоміжні теми
25
25
26
- 1 . [ Інструменти розробки] (https://github.com/HowProgrammingWorks/Tools )
26
+ 1 . [ Інструменти розробки] ( https://github.com/HowProgrammingWorks/Tools )
27
27
та конфігурація середовища розробки
28
28
2 . Системи [ управління версіями] ( https://github.com/HowProgrammingWorks/VersionControl )
29
29
і групова робота
40
40
реалізація, методи обходу
41
41
3 . Графи та [ орієнтовані] ( https://github.com/HowProgrammingWorks/DirectedGraph )
42
42
графи
43
- <!--
44
- https://github.com/HowProgrammingWorks/Collections
45
- -->
46
43
47
44
## Файли, потоки та буфери
48
45
@@ -61,16 +58,11 @@ https://github.com/HowProgrammingWorks/Collections
61
58
5 . [ Асинхронне виконання] ( https://github.com/HowProgrammingWorks/AsynchronousProgramming ) ,
62
59
ввід/вивід та паралелізм
63
60
6 . Події та [ EventEmitter] ( https://github.com/HowProgrammingWorks/EventEmitter )
64
- 7 . [ Promises] ( https://github.com/HowProgrammingWorks/Promise ) та [ чеінінг ]
65
- (https://github.com/HowProgrammingWorks/Chaining )
61
+ 7 . [ Promises] ( https://github.com/HowProgrammingWorks/Promise ) та
62
+ [ чеінінг ] ( https://github.com/HowProgrammingWorks/Chaining )
66
63
8 . [ Серіалізація] ( https://github.com/HowProgrammingWorks/Serialization ) та
67
64
десеріалізація
68
65
9 . [ Регулярні вирази] ( https://github.com/HowProgrammingWorks/RegExp )
69
- <!--
70
- https://github.com/HowProgrammingWorks/Concurrency
71
- https://github.com/HowProgrammingWorks/Proxy
72
- https://github.com/HowProgrammingWorks/Symbol
73
- -->
74
66
75
67
## Архітектура програмного забезпечення
76
68
0 commit comments