Reddit Reddit reviews Modern C++ Programming with Test-Driven Development: Code Better, Sleep Better

We found 3 Reddit comments about Modern C++ Programming with Test-Driven Development: Code Better, Sleep Better. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Software Design, Testing & Engineering
Software Testing
Modern C++ Programming with Test-Driven Development: Code Better, Sleep Better
Pragmatic Bookshelf
Check price on Amazon

3 Reddit comments about Modern C++ Programming with Test-Driven Development: Code Better, Sleep Better:

u/povilasb · 1 pointr/cpp

I really enjoyed Modern C++ Programming with Test-Driven Development: (http://www.amazon.com/Modern-Programming-Test-Driven-Development-Better/dp/1937785483). It teaches you TDD and how to write cleaner code using c++11 samples and google mock framework. So it felt like a really modern book :)

u/[deleted] · 0 pointsr/cpp

I would recommend these two:

Discovering Modern C++

Effective Modern C++

Start with the Discovering Modern C++ and then move on to the Effective Modern C++. Effective Modern C++ is a must read, but it is very advanced, so take it slowly. I always keep it on my desk.

EDIT: This book is also a must if you are a sane person

EDIT2: I just noticed this: "Just looking for a hobby to do in the evenings and programming is something I'd be interested in." If you do not know how to program, pick some other language. It's no use to start with the 'hardest' one out there.

EDIT3: I hope you have thought this through, Op