This kata complements Clean Code: Fundamentals, Ep. 2 - Names++.
The goal of this kata is to refactor the ChangeItForMe
class methods for
better variable names, structure, and readability. You cannot change the
signatures of the class methods or tests.
- A compatible C++ compiler that supports at least C++17
- CMake
- GoogleTest
make build
make test