Skip to content

Commit 5237a40

Browse files
committed
Add links to repos: DataTypes, Project
1 parent 6f73e53 commit 5237a40

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@
33

44
## Basic Concepts
55

6-
1. [Abstractions](https://github.com/HowProgrammingWorks/Abstractions) as an essence of programming and engenering at all
7-
2. Variables and data types, scalar and reference, objects, arrays and data structures
8-
3. [Functions](https://github.com/HowProgrammingWorks/Function) including anonymous functions and lambdas
6+
1. [Abstractions](https://github.com/HowProgrammingWorks/Abstractions) as
7+
an essence of programming and engenering at all
8+
2. [Variables and data types](https://github.com/HowProgrammingWorks/DataTypes),
9+
scalar and reference, objects, arrays and data structures
10+
3. [Functions](https://github.com/HowProgrammingWorks/Function) including
11+
anonymous functions and lambdas
912
4. Pure functions and side effects
1013
5. Superposition and [Composition](https://github.com/HowProgrammingWorks/Composition)
1114
6. [Partial application](https://github.com/HowProgrammingWorks/PartialApplication), currying and [wrapping](https://github.com/HowProgrammingWorks/Wrapper) functions
1215
7. [Higher order functions](https://github.com/HowProgrammingWorks/HigherOrderFunction) including callbacks and [closures](https://github.com/HowProgrammingWorks/Closure)
1316
8. [Iteration](https://github.com/HowProgrammingWorks/Iteration) and loops
1417
<!--
1518
Generics
16-
https://github.com/HowProgrammingWorks/DataTypes
1719
https://github.com/HowProgrammingWorks/DataStructures
1820
https://github.com/HowProgrammingWorks/String
1921
https://github.com/HowProgrammingWorks/Set
@@ -25,6 +27,7 @@ https://github.com/HowProgrammingWorks/Set
2527
2. [Version control](https://github.com/HowProgrammingWorks/VersionControl) systems and working in groups
2628
3. [Code style](https://github.com/HowProgrammingWorks/CodeStyle) and conventions
2729
4. Code [benchmarking](https://github.com/HowProgrammingWorks/Benchmark)
30+
5. [Project template](https://github.com/HowProgrammingWorks/Project)
2831

2932
## Data Structures
3033

README.ru.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@
33

44
## Базовые концепции
55

6-
1. [Абстракции](https://github.com/HowProgrammingWorks/Abstractions) как сущность программирования и инженерии
7-
2. Переменные и типы данных, скалярные и ссылочные типы, объекты, массивы и структуры данных
8-
3. [Функции](https://github.com/HowProgrammingWorks/Function) включая анонимные и лямбда-выражения
6+
1. [Абстракции](https://github.com/HowProgrammingWorks/Abstractions) как
7+
сущность программирования и инженерии
8+
2. [Переменные и типы данных](https://github.com/HowProgrammingWorks/DataTypes),
9+
скалярные и ссылочные типы, объекты, массивы и структуры данных
10+
3. [Функции](https://github.com/HowProgrammingWorks/Function) включая
11+
анонимные и лямбда-выражения
912
4. Чистые функции и побочные эффекты
10-
5. Суперпозиция и [конпозиция](https://github.com/HowProgrammingWorks/Composition) функций
11-
6. [Частичное применение](https://github.com/HowProgrammingWorks/PartialApplication), каррирование и [функции-обертки](https://github.com/HowProgrammingWorks/Wrapper)
12-
7. Функции [высшего порядка](https://github.com/HowProgrammingWorks/HigherOrderFunction) включая колбеки и [замыкания](https://github.com/HowProgrammingWorks/Closure)
13+
5. Суперпозиция и [конпозиция](https://github.com/HowProgrammingWorks/Composition)
14+
функций
15+
6. [Частичное применение](https://github.com/HowProgrammingWorks/PartialApplication),
16+
каррирование и [функции-обертки](https://github.com/HowProgrammingWorks/Wrapper)
17+
7. Функции [высшего порядка](https://github.com/HowProgrammingWorks/HigherOrderFunction)
18+
включая колбеки и [замыкания](https://github.com/HowProgrammingWorks/Closure)
1319
8. [Итерирование](https://github.com/HowProgrammingWorks/Iteration) и циклы
1420
<!--
1521
Generics
16-
https://github.com/HowProgrammingWorks/DataTypes
1722
https://github.com/HowProgrammingWorks/DataStructures
1823
https://github.com/HowProgrammingWorks/String
1924
https://github.com/HowProgrammingWorks/Set
@@ -25,6 +30,8 @@ https://github.com/HowProgrammingWorks/Set
2530
2. Системы [управления версиями](https://github.com/HowProgrammingWorks/VersionControl) и групповая работа
2631
3. [Стиль кода](https://github.com/HowProgrammingWorks/CodeStyle) и конвенции
2732
4. Исследование [производительности](https://github.com/HowProgrammingWorks/Benchmark) кода
33+
5. [Заготовка проекта](https://github.com/HowProgrammingWorks/Project)
34+
2835

2936
## Структуры данных
3037

0 commit comments

Comments
 (0)