This repository contains the HtmlUtil
class from Robert C. Martin's Clean Code handbook (p. 32) or rather
from FitNesse.
We use this project as a starting point for a fist simple refactoring task on function-level.
- Create a fork of this repository
- Try to understand the
HtmlUtil
class and its test class - Refactor the
HtmlUtil
class to the best of your belief - Create a pull request to submit you proposals
You can choose to use either Java or Python. Please have a look at the README files inside each corresponding folder.