Skip to content

Commit 4de90eb

Browse files
committed
added review13 to chapter13
1 parent 2e89e3e commit 4de90eb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Chapter13/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,6 @@ How would you scale your graph so that the input will fit?
104104

105105
## [Review 12](review/12.txt)
106106
How would you scale the input without trial and error?
107+
108+
## [Review 13](review/13.txt)
109+
Why would you format your input rather than just having the file contain "the numbers"?

Chapter13/review/13.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
So that it is easier for humans to read, and to provide context for their values,
2+
when a given data starts is indicated by a '{', and when it ends by '}'.
3+
The year is separated by the data by a colon.
4+
Simple but effective sanity checks that prevent users from giving garbage values.

0 commit comments

Comments
 (0)