We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5745c02 commit bdeae04Copy full SHA for bdeae04
content/Index.en.md
@@ -1,8 +1,8 @@
1
# Index
2
3
1. Introduction
4
- 1.1. Approach to learn programming
5
- 1.2. Examples in JavaScript, Python and C syntax
+ 1.1. Approach to learning programming
+ 1.2. Examples in JavaScript, Python and C languages
6
1.3. Modeling: abstractions and reuse
7
1.4. Algorithm, program, syntax, language
8
1.5. Decomposition and separation of concerns
@@ -45,7 +45,7 @@
45
5.5. Object-oriented programming
46
5.6. Prototype-based programming
47
6. Antipatterns
48
- 6.1. Common for all paradigms
+ 6.1. Common antipatterns for all paradigms
49
6.2. Procedural antipatterns
50
6.3. Object-oriented antipatterns
51
6.4. Functional antipatterns
0 commit comments