Skip to content

gluesim/change-refactoring-cpp-kata

 
 

Repository files navigation

"Change" Refactoring C++ Kata

CI

Overview

This kata complements Clean Code: Fundamentals, Ep. 2 - Names++.

Instructions

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.

Prerequisites

Usage

Build

make build

Run tests

make test

About

Change refactoring kata in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 45.7%
  • CMake 39.7%
  • Makefile 14.6%