Skip to main content

Questions tagged [code-kata]

Filter by
Sorted by
Tagged with
-1 votes
2 answers
252 views

The idea of programming katas is kind of widespread at this point. A lot of people know what that is, not a lot of people actually practice it. Furthermore, you can find a lot of resources about ...
Gustavo Meira's user avatar
4 votes
3 answers
1k views

I'm about to participate in a Coding Kata and I would like to do it in JavaScript. What tools and libraries do I need for TDD in JavaScript?
Nathan Pilling's user avatar
42 votes
12 answers
8k views

Code kata is a concept that proposes to hone programmer's skill by doing small problems many times trying to improve the code at each iteration. The name comes from an analogy to martial art kata ...
Sardathrion - against SE abuse's user avatar
3 votes
4 answers
2k views

In your experiences, what are some effective ways to introduce code kata practice into an organization or company? To be clear, I'm not concerned with the usefulness of code kata. I'm interested in ...
Sardathrion - against SE abuse's user avatar
7 votes
6 answers
1k views

We are planning to organize programming workshops for Java web developers with basic coding but no design experience. The goal of the workshops is to introduce these programmers to clean code. Focus ...
Ranga Rao Karanam's user avatar