by Carlos Ble | Aug 20, 2013 | Screencasts
I am recording some screencasts for a TDD training. I will tell you more about that later. For now, let me write how am I doing it for me to remember in the future. For recording I am using Kazam, adding the ppa repository to my Ubuntu (apt-get install kazam). The...
by Carlos Ble | Jun 7, 2012 | Agile, Screencasts, Software Development
CleanCoders.com es el portal que contiene la serie de videos sobre código limpio de Uncle Bob. Es formación en video. Los episodios se corresponden con capítulos del libro “Clean Code”. Es excelente para quien prefiere ver vídeos a leer libros. Además la...
by Carlos Ble | Nov 9, 2011 | Agile, Screencasts, Software Development
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...
by Carlos Ble | Nov 9, 2011 | Agile, Screencasts, Software Development
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...