Live data from Hacker News

Ask HN: What are some books where the reader learns by building one project?

news.ycombinator.com

231–232 of 232 posts

Re: Ask HN: What are some books where the reader learns by building one project?

#231

Earlier quoted context omitted.

This is the inspiration behind the book I am working on - Web Development with Go (see https://www.usegolang.com ). Michael's book is fantastic and I really wanted something similar for people getting into go. My book doesn't cover git or testing but that is because rails is a framework with tons done for you, and in my book you basically build all of that from scratch. You learn a ton, but it is long and adding git…

I've been planning to get into Go so the book looks interesting. One question though: How far into the book do you introduce tools for automated testing?

This book doesn't cover testing at all. I wanted to, but there just wasn't room for it and it would have lead to information overload.

What I am thinking about doing is writing a companion book that covers git, testing, etc. Eg after every chapter the companion book then walks you through writing tests, committing to git, merging it into master, etc. That way someone could optionally choose to do those things along the way. I might also experiment with other formats, but time will tell.

Re: Ask HN: What are some books where the reader learns by building one project?

#232
1)- Sudoku Programming with C : http://www.apress.com/gp/book/9781484209967 2)- Programming Sudoku : http://www.apress.com/gp/book/9781590596623 I haven't read any of them though. They are on my list of "books to read in the future"
Post reply on HN