Skip to content

stanlylau/refactoring-kata-orderswriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refactoring Kata

Goal

Remove code smells found in OrdersWriter class without using JSON libraries, while keeping the OrdersWriterTest pass.

Guide

If you're new to code smells and/or refactoring, please read https://sourcemaking.com/refactoring for a quick introduction and https://martinfowler.com/books/refactoring.html for further understanding.

Tested on Java 1.8. To run the tests, use gradlew test for *nix and gradlew.bat test for Windows.

OrdersWriter is inspired by the great eLearning course from https://www.industriallogic.com/eLearning

About

Code exercises for learning refactoring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages