views:

63

answers:

2

I'm looking for informations about how to make a coding dojo for embedded. More especific with C Ansi and also with Assembly, if possible.

A: 

I'm new to it, but I believe Dojo only works with Javascript.

curt
it is an exercise that can be done in any language.
Gerhard
I agree with Gerhard
O Engenheiro
The Dojo tag is used by a Javascript toolkit
peller
I thought it was poor English. With the update, I see he wasn't asking about 'dojo', but rather a 'coding dojo', which is now linked to a nice explanation.
curt
Yes. Poor English. Sorry.
O Engenheiro
+1  A: 

An exercise we did a while back that worked great was en microprocessor emulator. I wrote an emulator shell for an 8 Bit processor. Everybody then task (scrum sprint) for opcode tests and opcode implementations. Afterwards we discussed what worked and did not worked. We created an best practice model and did another sprint to refactor al the tests and opcodes so that everything look and worked the same. Thought out we also had to update the emulator shell. At the end we also tried to run some actual code but it resulted in another sprint to correct some opcodes and tests.

This allowed everybody to gain experience with more than just coding skills.

Gerhard
It sounds great! You have documented it somewhere?
O Engenheiro
I got the idea from http://www.caesum.com/game/ and based mine on it. However you will need to reach the third or fourth level to see problem. To reach the third level would be great exercise...
Gerhard