SproutCore

SproutCore Guides

These guides are designed to help you write and perfect your code.

Testing Guidelines

This guide covers using test-driven development (TDD) techniques to develop SproutCore applications. After reading this guide, you will be able to:

  • Write tests for methods to be implemented and use them to help you implement them.
  • Write tests to verify that your observers fire when you expect them to.
  • Write tests that verify your bindings fire when you expect them to and how to incorporate +SC.RunLoop+ so that they will function.
  • TODO - more

This guide is under construction.

1 - Test-drive SproutCore Method Implementation

2 - Test-drive Observer Implementation

3 - Test-drive Bindings Implementation

4 - Next

Let's reinvent the todos project using TDD techniques.

On to SproutCore Development Using TDD ยป

5 - Changelog