Coding Dojo

Edit on Gitlab

CyberDojo

Write Your Code and Tests in a Browser!

A while ago I ( JonJagger ) attended several coding dojos. I enjoyed them but noticed it often took a long time to install the necessary compilers onto some of the laptops. It occurred to me that it should be possible to run a code-dojo entirely within a browser - write your code and tests inside a simple web-based editor, submit everything to the server whenever you like, the server would run your tests for you and return the outcome - green if they all passed, red if some failed, yellow if there was a syntax error. As I thought about it I realized that this format also offered several extra possibilities. For example, if someone had to leave early and take their laptop with them, another laptop could instantly substitute for it. So I’ve written a server! It’s called CyberDojo .

Coding Collaboration

I’ve added two extra features to CyberDojo to help promote collaboration amongst the whole group , rather than solely at the laptops (see DeLucasLaw )

Software Development Metaphor

A good way to really emphasize collaborative development is to do a CyberDojo session as a metaphor for software development. Viz

Then, periodically, call for a release and watch what happens.

Working in Pairs and Alone

Another interesting idea is to arrange a pair (or more) of developers at each laptop - except one. Because of the frequent rotations, this will give all the participants experience of working in pairs most of the time but also having the occasional period of working alone.