TDD in c++ (screencast in Polish)
For my classes I recorded screencasts about TDD, and, because lately I’m focused mostly on c++, I decided to delve into google test instead of the regular jMock and mockito. Initially I wanted to make it a tutorial showcasing all the tools within the library, but it ended up being a TDD Kata solving example with a short introduction about how [...]