Skip to content

Commit 5283920

Browse files
committed
Diagrams.
1 parent 3309331 commit 5283920

File tree

11 files changed

+53
-19
lines changed

11 files changed

+53
-19
lines changed

_data/numbering.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,11 @@ entries:
222222
figures:
223223
boehms-curve: '19.2'
224224
comprehension-curves: '12.3'
225+
effort-importance: '19.3'
225226
er-diagram: '12.1'
226227
feature-usage: '19.4'
227228
feedback-loops: '19.1'
228229
four-models-of-instruction: '3.1'
229-
process-matrix: '19.3'
230-
start-homework-5: '8.1'
231230
thinking-cognitive-architecture: G.2
232231
thinking-frisian: G.3
233232
thinking-models: G.1

design/comprehension-curves.svg

Lines changed: 3 additions & 0 deletions
Loading

design/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,11 @@ $$\sqrt{x^2 | y^2}$$ is actually more readable than the medieval expression "the
559559
side of the square whose area is the sum of the areas of the two squares whose
560560
sides are given by the first part and the second part".
561561

562-
{% include figure id="comprehension-curves" alt="Comprehension curves" cap="How the relationship between abstraction and comprehension differs for novices and experts." fixme=true %}
562+
{% include figure
563+
id="comprehension-curves"
564+
img="comprehension-curves.svg"
565+
alt="Comprehension curves"
566+
cap="How the relationship between abstraction and comprehension differs for novices and experts." %}
563567

564568
This difference implies that the software that is quickest for a novice to
565569
comprehend will almost certainly be different from the software that an expert

git-team/index.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,8 @@ doesn't run well enough to pass all existing tests.
4040
Suppose Amira and Sami are working together on a course. They decided at the
4141
start of semester that Sami would host the project repository in her GitHub
4242
account, so they created `https://github.com/sami/bst` and gave Amira permission
43-
to push to it. They have both cloned that repository to their laptops, so when
44-
they start work on homework 5, their setups look like <span
45-
f="start-homework-5"/>.
46-
47-
{% include figure
48-
id="start-homework-5"
49-
alt="Starting homework"
50-
cap="What repositories are where at the start of homework 5."
51-
fixme=true %}
43+
to push to it. They have both cloned that repository to their laptops to start
44+
work on homework 5.
5245

5346
We will modify Amira's prompt to include her desktop user ID (`amira`) and
5447
working directory (initially `~`, meaning "home directory") to make it easier to

0 commit comments

Comments
 (0)