Hi there,
I am very pleased with your book, there is much I have learned from it but I am little confused about the example in 10.2, you have an extra method there. The ReadFully() method which you also migrate from a simple static class to an extension method, now I had to read and re-read that a few times to figure out indeed, nothing happens with that method, it never gets called in the example, I even did a test to make sure I wasn't crazy, the code works of course with or without the code for ReadFully(). My questions is this... Why is it there? Am I missing something, did you include that method for some reason, like I should be looking at it going, "Oh, what a great idea..." - It's making me nuts!
Thanks for your response, great book!
|