Skip to the content.

Refactoring Example

A C++ project for the first refactoring example of Fowler (2018).

Features

How to configure, build, and test

$ cmake --preset ninja -D CMAKE_BUILD_TYPE=Debug
$ cmake --build build
$ ctest --test-dir build --output-on-failure

Reference(s)