by Carlos Ble | Jul 8, 2011 | Test Driven Development
Hace poco en una code kata alguien me dijo, … “y qué ventajas tiene esto de hacer TDD?”. Le dije… en nuestro proyecto, actualmente con casi 25.000 lineas de código Python (multiplica x4 si piensas en Java), no hemos necesitado nunca bugtracker....
by Carlos Ble | Jul 6, 2011 | Software Development, Test Driven Development
El próximo martes 12 de julio, facilitaré un coding dojo en las instalaciones de DECiDE, que llevará por título, El reto XP. Este evento es totalmente gratuito y las plazas son limitadas. Para inscribirse, está la siguiente url: http://decide.stagehq.com/events/916 El...
by Carlos Ble | Jul 1, 2011 | pyDoubles, Test Driven Development
There you go another version of the pyDoubles framework, mock objects for Python and more 😉 What’s new in this release? Two minor bugfixes. You can see test cases and fixes here and here. If you want to assert that a given object was passed in as a parameter, as...
by Carlos Ble | Jun 25, 2011 | Uncategorized
Hablar en público se ha mitificado hasta el punto que la gente ha olvidado que la finalidad es la misma que la de hacerlo en privado: comunicar. Angel Lafuente lleva casi 50 años enseñando oratoria por todo el país. En esta seria de 10 videos se le puede ver hablando...
by Carlos Ble | Jun 21, 2011 | Test Driven Development
I am glad to announce the release 1.0 of pyDoubles, the test doubles framework for Python. pyDoubles has been completely developed using TDD. We have been very careful with its design and have been refactoring along the way to make as simple as possible and still...
by Carlos Ble | Jun 20, 2011 | Test Driven Development
No hemos impartido ningún curso de TDD en abierto en lo que va de año. En septiembre vamos a hacerlo con un estreno: El curso de TDD Avanzado. Un curso que hasta ahora no hemos impartido. Lo último de lo último. El siguiente paso para los que habíais cursado el curso...
by Carlos Ble | Jun 15, 2011 | Software Development
He sido empleado en bastantes empresas. He emprendido en dos ocasiones. Cada mes visito una o dos empresas de desarrollo de distintas ciudades del país. Trabajo con ellos en formación y coaching. Algunas las visito sin llegar a trabajar en ellas. Además estoy en...
by Carlos Ble | May 30, 2011 | Software Development, Test Driven Development
Hola! Me complace anunciar la primera release de pyDoubles, nuestro framework de tests doubles para Python. Como ninguno de los framewoks que estabamos usando me convencía realmente, empecé a programar uno yo mismo a modo de kata en un viaje de avión. Me enganchó...
by Carlos Ble | May 22, 2011 | Test Driven Development
TDD is also the process of evolving from concrete to generalized solutions. In the firsts steps you write code to build a simple behavior based on a simple example. The simpler, the better. As you go discovering more examples, the code evolves through refactoring to...
by Carlos Ble | May 13, 2011 | Test Driven Development
Hei! Thanks to the great XP2011 staff, I’ve been able to present our job in the event. I told to the nice audience, the methods we are currently using in our web development to test-drive everything that can be done. I recorded the sound but as I was moving...