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's answers.
|
20
|
What are your favorite code kata?
We already know Jeff's answers.
|
|||
|
|
|
|
I have found that the #1 thing that's actually had an noticeable impact on improving my programming ability is just attempting to get the "Accepted" answer on StackOverflow. That's why I keep coming back. |
||
|
|
|
|
Take a look at Larry O'Brien's 15 Exercises to Know A Programming Language (Part 1, Part 2, Part 3). 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 |
||||
|
|
|
@Jason: I won't disagree that the question sounds subjective. But I'll argue strongly that there are questions that sound subjective that can result in quality information that is not debatable. So in this case, "What are your favorite code kata?" seems to mean something like "list code kata that you have found useful", not "what are the best code kata" or "let's debate the merits of code kata and one over another". And "list code kata that you have found useful" is as valid as any other "question" that yields a list of resources for answers. http://beta.stackoverflow.com/questions/41988/how-to-get-kids-into-programming http://beta.stackoverflow.com/questions/33478/can-you-recommend-an-aspnet-control-library http://beta.stackoverflow.com/questions/23391/increases-skills-what-should-i-learn Those three links are topics that you've participated in that could be deemed rather subjective in nature. Number one is arguably more about child psychology. Number two will yield answers rooted far more in personal style and preference than in hard fact. Number three is quite in line with this question right here. It stands a good chance of yielding a good list of useful links for people looking to improve. You didn't have a problem with those questions, yet you have a problem with this one, which might have yielded more useful information before we turned it into a discussion. |
||
|
|
|
|
|
|||
|
|
|
|
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. |
||
|
|
|
I pick up some excercises from Project Euler when I can:
|
||||
|
|
|
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. |
||
|
|
|
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. |
|||
|
|
|
|
Jason, Consider a person comes to Stack Overflow. Consider this person searches for Code Kata. Consider there is a thread with many links and examples of great exercises. Such a thread could be very useful to a programmer looking to become more skilled. We can moderate the heck out of Stack Overflow and try to make it an online amalgam of all of the existing and yet-to-be-written O'Reilly Cookbooks, or we can let it grow organically, when such growth still moves it toward its ultimate goal: making better programmers. |
||
|
|
|
for practice:
for new projects:
|
|||
|
|