Apr 6, 2021
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?