Golden es una librería de snapshot testing que he creado para Go. Después de unas semanas de trabajo,...
En las entregas anteriores hemos mencionado varias veces la necesidad de mantener el tiempo de...
Segunda entrega de esta serie de introducción al refactoring, si es que no refactorizas. O si quieres...
Me he dado cuenta de que no había escrito nunca un artículo sobre refactoring dirigido a personas que...
null is something… to care about In case you feel familiar with the title… You’re right....
For all of you interested in learning Test Driven Development, we announce that the book Learn TDD is...
Maybe you have heard about the wonders of practicing TDD to develop your software. Or maybe you have...
Refactoring conditionals Conditionals are supposed to add intelligence to code, but they c...
Test doubles When you need to test an object using collaborators and want to be sure that...
Refactor for better knowledge allocation One of the ongoing problems inside all organizati...
O al menos, no de esta manera. Objetos mensaje Eventos, Comandos y Queries, son objetos...
You are in front of a long-lived codebase and you understand… Well, not so much. Reading and underst...
Making the healthcare experience more human is our motto here at DocPlanner. To achieve this as devel...
I've just published Aprende Test Driven Development, a book in Spanish to help you to learn TDD by pr...
La técnica de las seis preguntas (ó 5 según la fuente) son una especie de framework que se utiliza en...
PHP, como todos los lenguajes orientados a objetos, tiene una forma canónica de instanciar objetos:...
Todo código es legacy. Esto no es malo, sino una cuestión de cuán legacy es o le dejamos ser. ...
El pasado sábado (17/10/2020) participé en la PEUMConf2020. Y aquí está el vídeo de la charla. Está...
I've just finished reading The Book about Domain-Driven Design by Eric Evans, finally!. After...
Acabo de leerme, por fin, El Libro sobre Domain Driven Design de Eric Evans. Desp...
Creo que una de las cosas que provocan que se haga bola la parte estratégica del ...
Domain Driven Design no puede tomarse como una guía con instrucciones para ir de ...
Vamos a comenzar un pequeño proyecto para aprender y profundizar en Domain Driven...
TDD is a great way to improve your health as developer
Para ser una disciplina dedicada a que el software se comporte correctamente, l...
Here you have some resources to help in testing and tdd workshops. Hope you will find them...
Software quality assurance is a very wide discipline and, till now, I've been blogging about unit...
A side-project to create a simple tool to maintain semantic versioning
Cada vez que necesitamos instanciar objetos en una aplicación tenemos que resolver un pequeño...
I've just wrote a little command line tool to automate tags for semantic versio...