denishoornaert / fitnesse-html-util

Clean Code - Functions - Refactoring Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FitNesse Html Util

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.

Task

  1. Create a fork of this repository
  2. Try to understand the HtmlUtil class and its test class
  3. Refactor the HtmlUtil class to the best of your belief
  4. Create a pull request to submit you proposals

How to build and run the FitNesse Html Util

You can choose to use either Java or Python. Please have a look at the README files inside each corresponding folder.

About

Clean Code - Functions - Refactoring Example


Languages

Language:Python 73.5%Language:Java 26.5%