Skip to content

Coding-Cuddles/change-refactoring-cpp-kata

Repository files navigation

"Change" Refactoring C++ Kata

CI Replit

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.

Usage

You can import this project into Replit, and it will handle all dependencies automatically.

Prerequisites

Build

make

Run main

make run

Run tests

make test