Skip to content

Commit 2e89e3e

Browse files
committed
added review12 to chapter13
1 parent 5f50b14 commit 2e89e3e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Chapter13/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,6 @@ Why would you sketch out the layout of a graph before writing the code to draw i
101101

102102
## [Review 11](review/11.txt)
103103
How would you scale your graph so that the input will fit?
104+
105+
## [Review 12](review/12.txt)
106+
How would you scale the input without trial and error?

Chapter13/review/12.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
We could scale the input without trial and error by making a separate class,
2+
that handles the conversion from the input value to a position for us,
3+
such as the Scale class.

0 commit comments

Comments
 (0)