trainings/CreatingReliableSoftwareCpp/Presentation/examples/refactoring/README.md

144 B

Linux compilation

> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=Debug ..
> make

Exercise

  • Try to refactore code