2
votes
3answers
115 views
Assignments, i.e. Code Kata, for Coding Dojos
I would like to gather a list of assignments, i.e. Code Kata, for Coding Dojos. Please provide a name and a short description of the assignment or a link.
I'll kick off things wit …
4
votes
4answers
136 views
What is a code-kata and what is it good for?
Hi there,
in the past few weeks I have heard about a phenomenon called 'code-kata'. When I get it right, it means coding an exercise again and again. What is its point? Does it im …
4
votes
4answers
120 views
What is a good way to conduct a Group Kata?
I'd like to conduct a group Kata session, to get my software developer group to pick up the practice.
I'm thinking of giving some of the sample problems out there, and splitting t …
0
votes
2answers
38 views
MD5 code kata and BDD
I was thinking to implement MD5 as a code kata and wanted to use BDD to drive the design (I am a BDD newb).
However, the only test I can think of starting with is to pass in an em …
18
votes
10answers
1k views
Your Favorite Code Kata
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.
22
votes
2answers
409 views
Coding Katas for practicing the refactoring of legacy code
I've gotten quite interested in coding katas in recent months. I believe they are a great way to hone my programming skills and improve the quality of the code I write on the job.
…
2
votes
3answers
259 views
Scaling exercises to practice
I was trying to find online some exercises to practice scaling techniques (memchached, SQL Optimization, sharding dbs), but I could only find descriptions of these techniques, not …
14
votes
9answers
2k views
Good Practice Projects to Improve Programming Skills
What are the best toy projects to improve generalised programming skills? I'm talking small programs that you build from scratch and play with yourself to develop skills in a given …
7
votes
9answers
1k views
C++ Practice Problems
I am learning C++ currently and am probably at the intermediate level. I am running out of ideas for what to do with my current programming skill. And, as the title puts it I need …
2
votes
5answers
261 views
LINQ practice exercises or puzzles?
I'm still trying to learn LINQ, though it's going more smoothly now that I've started to use it daily at work. I still don't feel good at it, though. Does anyone have any challengi …
