Skip to content

haubenmi/fitnesse-html-util

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FitNesse Html Util

This repository contains the HtmlUtil.java 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.

How to build and run the FitNesse Html Util

Required technologies

To run the application, the following should be installed:

Run from source

In the command line, run the following:

git clone https://github.com/fortiss-cce/fitnesse-html-util.git
cd fitnesse-html-util
./mvnw clean install

Task

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

About

Clean Code - Functions - Refactoring Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%