Introduction to coding dojo
Some concepts
Dojo structure
TDD
Tools and libraries
Example
Simple Anagrams Kata
Given an input string, return the list of all possible words combining its letters
$ anagram biro
biro bior brio broi boir bori
ibro ibor irbo irob iobr iorb
rbio rboi ribo riob roib robi
obir obri oibr oirb orbi orib
Your turn
Retro