We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f50b14 commit 2e89e3eCopy full SHA for 2e89e3e
Chapter13/README.md
@@ -101,3 +101,6 @@ Why would you sketch out the layout of a graph before writing the code to draw i
101
102
## [Review 11](review/11.txt)
103
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
@@ -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