Cargando…

Test Driven Ajax (on Rails)

The World Wide Web has come a long way from static HTML pages. Today's developers enforce and enjoy standards, and we have built the web's primitive tools into advanced libraries, frameworks, and platforms.With these new freedoms come new responsibilities. Developers can now write some am...

Descripción completa

Detalles Bibliográficos
Autor principal: Phlip
Lenguaje:eng
Publicado: O'Reilly Media, Inc 2007
Materias:
Acceso en línea:http://cds.cern.ch/record/1438009
Descripción
Sumario:The World Wide Web has come a long way from static HTML pages. Today's developers enforce and enjoy standards, and we have built the web's primitive tools into advanced libraries, frameworks, and platforms.With these new freedoms come new responsibilities. Developers can now write some amazing bugs. A bug in a web page, hosted in a free web browser, can render expensive servers useless. Modern editors help rapidly write tangled and crufty code, the perfect habitat for bugs of every species, in situations that are hard to debug. We need help from the mortal enemy of the bug: Test-First Program