Skip to content

A simple concordance code kata, written for the Edinburgh code dojo

Notifications You must be signed in to change notification settings

joshheald/concordance-kata

Repository files navigation

Concordance Kata

A kata started at the Edinburgh Code Dojo session on 5th October 2015.

The Kata was to write a program to generate a concordance for the Magna Carta, i.e. an alphabetically ordered list of words that appear in the text, along with the line numbers each appears on. We wrote it using TDD and pair programming, with rotating pairs over three pomodoros... and then I finished the solution off in my own time.

Usage

python concordancegenerator.py magna_carta.txt

You can replace magna_carta.txt with any text file to see how it gets on!

About

A simple concordance code kata, written for the Edinburgh code dojo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages