por Carlos Ble | Dec 19, 2011 | Agile, DDD, Test Driven Development
You hate it, you love it You start hating it but you might end up having so much fun with Javascript. It takes time to acquire the taste and enjoy the powerful capabilities that annoy you at the beginning. This is my experience learning this popular language. Take...
por Carlos Ble | Dec 13, 2011 | Retrospectivas, DDD
Este post de retrospectiva vale por las últimas semanas. Desde el último post de retrospectiva hasta ahora, estamos notando una evolución espectacular en el equipo, tanto en el compromiso que cada uno demuestra escribiendo código de calidad como en la responsabilidad...
por Carlos Ble | Dec 1, 2011 | DDD, Test Driven Development
The new version of mockito comes with a new method: spy. Very useful feature but… bad name! The mockito’s “mock” method creates already a spy object. The “spy” method creates a “proxy” or “proxy spy” object....
por Carlos Ble | Nov 9, 2011 | Agile, Screencasts, DDD
This is the second part of the “Replace conditional with polymorphism” screencast, where I kept using the Command and Template Method design patterns. This time we see how a base controller class emerges from refactoring. Nota: En los tests del controller...
por Carlos Ble | Nov 9, 2011 | Agile, Screencasts, DDD
Note: Although this screencast is narrated in Spanish, the code is in English. Some parts of the code are legacy. There are more notes about this below. Although the code is C#, everything is valid for Java, including the use of Generics. Me complace presentar el...
por Carlos Ble | Oct 21, 2011 | Agile, Retrospectivas, DDD
Con este post se abre una posible serie de posts de retrospectiva semanal sobre el trabajo de nuestro equipo. Las conclusiones que más suenan en mi cabeza pasan a estar escritas en el blog para que cuando las lea con el tiempo compruebe si hemos aprendido la lección o...