Test cases

Test cases


Just as a general rule. We should make test pages first, then code to
pass the tests. This helps in a couple ways. It's a great way of
trying to decide the "api" of each plugin, it allows for easy
brainstorming on the exact abilities of a plugin, and then the best
part is that when coding, as soon as the all the tests pass you're
done! It would also make it easier for other to anticipate
functionality and begin coding based on the tests/desired results.
Erm, you probably all knew that already, I just wanted to bring it up
as a reminder.
~Sean