http://www.perlmonks.org?node_id=1029799


in reply to Re^2: What is your Javascript-workflow?
in thread What is your Javascript-workflow?

I would look at not generating Javascript at all. Consider having all JS code static and just sending JSON data from the server. That way you can decouple JS and the server. Personally, I write the tests for the Javascript parts in perl as well, as I can conveniently supply static JSON data to the JS handler with WWW::Mechanize::Firefox.
  • Comment on Re^3: What is your Javascript-workflow?

Replies are listed 'Best First'.
Re^4: What is your Javascript-workflow?
by dorward (Curate) on Apr 22, 2013 at 12:34 UTC