Y
Hacker News
new
|
ask
|
show
|
jobs
by
mef
4935 days ago
Why would you ever want to make a web app without constantly testing it in a browser?
2 comments
te_chris
4935 days ago
Because constantly refreshing the page just to check a variable assignment that could be checked by an automated test is a ridiculous waste of time.
link
adrianpike
4935 days ago
If you've got a decent test suite, it's much faster to leave the browser out of the loop, especially when you're refactoring stuff under the hood.
link