CodeKata

From IokeWiki
Revision as of 20:05, 15 March 2009 by Olabini (talk | contribs) (New page: A very good way of gaining a better understanding of a programming language is to use it for some well defined tasks that won't take to long to do, while still exploring interesting featur...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A very good way of gaining a better understanding of a programming language is to use it for some well defined tasks that won't take to long to do, while still exploring interesting features of the language that might vary substantially.

Dave Thomas, of the pragmatic programmers, has defined the code kata. These are a set of tasks that can be done to understand a programming language. This page will contain descriptions of all the kata, and also solutions to them. Anyone should feel free to add their own solution to any kata. This will help drive discussion and also show different styles.

The material on this and linked pages contain passages that has been copied from Dave Thomas' blog. You can find the original descriptions of Code Kata here: [1].