This Kata was posted as the problem to be solved in a "self-documenting code contest": selfexplanatorycode.blogspot.com/2008/08/announcing-self-documenting-code.html
Problem Description
Write a program that generates all two-word anagrams of the string "documenting". Here's a word list you might want to use: pragdave.pragprog.com/data/wordlist.txt.
Clues
You should think about the performance of your solution and whether making it faster affects readability.
Suggested Test Cases
none as yet.
Comments from those who are working on this Kata
The results of the "self documenting code contest" are at selfexplanatorycode.blogspot.com/2008/09/results.html