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.
it is an exercise that can be done in any language.
Gerhard
2010-09-08 09:47:32
I agree with Gerhard
O Engenheiro
2010-09-08 11:13:34
The Dojo tag is used by a Javascript toolkit
peller
2010-09-08 13:24:47
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
2010-09-08 14:40:32
Yes. Poor English. Sorry.
O Engenheiro
2010-09-08 19:37:24
+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
2010-09-08 10:08:39
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
2010-09-09 06:53:35