--

Just wondering where testing fits into this? I've found that separation of concerns allows me to test the application without worrying about the UI (fast) and the UI without worrying about the application (slow). If I'm directly updating the DOM then testing the application also becomes slow as its all one.

Or maybe there's something I don't know about HTML testing?

--

--

Sebastian Rogers
Sebastian Rogers

Written by Sebastian Rogers

Technical Director for Simple Innovations Ltd. First paid for code in 1980, but still has all his own hair.

No responses yet