Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 999 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 999 Bytes

"Change" Refactoring Python 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

Run tests

make test