Skip to content

Commit

Permalink
Chapter 4: Link TODOs to issues
Browse files Browse the repository at this point in the history
Refs #5 , #6 , #7
  • Loading branch information
asankov authored May 16, 2020
1 parent 230a2b2 commit 9019317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chapter-4/4.3-a-library-for-others/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ then write and measure their speeds.
- split up to the field requested
- this will be easier than the second, because we start spliting one by one, and count how much we've splitted.

TODO: implementations
TODO: implementations #5

#### Exercise 4-2
Add a facility so separators can be changed
Expand All @@ -48,11 +48,11 @@ Implement a version that combines the best of both. What is the role of `reset`
*Answer:* The best of both worlds would be to give the user possibility to initialize the library with initial sizes,
but if the user did not, we would still use the default ones (start from 1, grow to whenever necessary).
TODO: implementation
TODO: implementation #6
#### Exercise 4-4
Design and implement a library for creating CSV-formatted data. The simplest version might take an array of strings
and print them with quotes and commas. A more sophisticated version might use a format string analogous to `printf`.
Look at Chapter 9 for some suggestions on notation.
*Answer:* TODO: implementation
*Answer:* TODO: implementation #7

0 comments on commit 9019317

Please sign in to comment.