Stephen Woodbridge schrieb: > Yeah, helps a bunch. I'm just trying to get my head around the problem > to do this in a jQuery-ish way. Once I have worked through a few of > these conceptual problems, I'll start coding otherwise it will be a > total hack job instead of only a partial hack job ;) > You can always go back and refactor some of your stuff. Automatic tests are a extremly great help for that. You can reuse the jQuery testsuite without too much pain, see the form plugin for an example. It depends heavily on your usecase if your code can be tested automatically. DOM manipulations and AJAX stuff is possible, effects and other visual and user-interactive stuff are difficult or even impossible.
It may be even more difficult to get your head around automatic tests, but it can be a great help. -- Jörn Zaefferer http://bassistance.de _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
