Ya estamos en Amazon.com!

Nuestro libro, Diseño Ágil con TDD ya está a la venta en Amazon.com!!! Es una excelente noticia. Ahora vamos a ver si conseguimos que esté tambien disponible en muchas librerías 🙂 — Our Spanish book on TDD is now available at Amazon.com!!!...

TDD resources

It’s worth reading: http://gojko.net/2009/02/27/thought-provoking-tdd-exercise-at-the-software-craftsmanship-conference/ http://gojko.net/2009/08/02/tdd-as-if-you-meant-it-revisited/ Joining Free Sexting Apps & Chat Now Code retreat looks pretty similar to...

Python Mocker or PyMox?

Update: We have developed our own test doubles framework. It is open source. Please check it out at www.pyDoubles.org Mocker and PyMox are two isolation frameworks, or test doubles frameworks able to create mocks and stubs. Mocker is not being released frequently but...

Mistakes adopting TDD

Here is a great article from Scott Ambler on TDD adoption. The mistakes summary is: – Not providing sufficient training, education, and mentoring – Not supporting pair programming – Not reducing the creation of non-executable detailed speculations...

Uploading bulk data to data store

The documentation on how to upload bulk data to Google App Engine’s data store: http://code.google.com/intl/es/appengine/docs/python/tools/uploadingdata.html How to express relationships between models? How to support utf-8 in the bulk load? Here is my loader.py...