Skip to content

christopheml/word-wrap-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Wrap Kata

This is my own implementation of the Word Wrap Kata using TDD.

The goal of this kata is to insert line breaks into a text to make it fit a desired width (i.e. no line is longer than the width). Line breaks should be inserted between words if possible (by replacing the space).

About

Own implementation of the Word Wrap Kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages