Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.08 KB

"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