What are your favorite code kata?
- What do you do to practice software development?
- Where do you go to find new small projects to practice?
We already know Jeff Atwood's answers.
|
What are your favorite code kata?
We already know Jeff Atwood's answers.
| ||||
feedback
|
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
Take a look at Larry O'Brien's 15 Exercises to Know A Programming Language. For example the first exercise is:
The exercises often build on themselves and use code or data from previous tasks. The exercises in general tend to be much more practical and less "puzzley" than Project Euler | |||||
feedback
|
|
I pick up some excercises from Project Euler when I can:
| |||||
feedback
|
|
Etudes for Programmers is quite outdated, and the etudes may be too large to be "kata", but its Russian translation was quite an inspiration for me when I was learning to code. | |||
|
feedback
|
|
Well, I'm biased, but I like my http://codingkata.org *g* | |||
|
feedback
|
|
For pure problem-solving and algorithm skills, try the IOI problems - they're great fun, and come with some evil test data. If you catch it at the same time as the contest itself, they often hold an online contest where you can try the questions in more realistic conditions. Note: the 2008 website is incredibly ropy, if you're after this year's questions. | |||
feedback
|
| ||||
|
feedback
|
|
I found a link to Project Euler last night through XKCD's blag [sic]. I like his suggestion that:
I'm trying to work through them from a Test Driven Development perspective myself, as a way of reinforcing the fundamentals. | ||||
|
feedback
|
|
I provided some twists to the FizzBuzz kata to the kata catalog at http://www.codingdojo.org which adds a generalization, which makes it my current favourite. The Texas Hold'm kata is also a good one, although a bit tedious and large if you want to finish it. | |||
|
feedback
|