FlexUnit Katas?
I know several languages have katas (typically in screencast form)available where a developer talks aloud while they share what they're thinking as they develop a modest project in the language. Is the anything like that available like that for flexunit? I get all the mechanics but don't appreciate how to start a project with concepts like 'now I'm thinking I'll need a class that does such and such so I first write a simple assertion then develop a class to pass the test. Then I realize it also has to account for x so I write another test or would it be in the same test or is it better to have separate suites for the varoius parts of the project.' I hope that makes sense. Something more mentoring than how to write a simple assertion about adding two numbers. Thanks
