Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Split-String Kata

Aim

This repository provides the implementation of a splitting function which implements the behavior described in the Split-String Kata.

Kata

  • solution("a") # should return ["a_"]
  • solution("ab") # should return ["ab"]
  • solution("abc") # should return ["ab", "c_"]
  • solution("abcdef") # should return ["ab", "cd", "ef"]

Design

Solution design uses TDD and Property-based testing approaches.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages