Fran Iglesias

Fran Iglesias @franiglesias

About: Software Engineer Interested in testing, tdd, good practices and soft skills.

Location:
Barcelona
Joined:
Apr 17, 2017

Fran Iglesias
articles - 50 total

Golden, librería de snapshot testing en Go

Golden es una librería de snapshot testing que he creado para Go. Después de unas semanas de trabajo,...

Learn More 0 0Feb 27 '24

Refactoring para quienes no refactorizan 3

En las entregas anteriores hemos mencionado varias veces la necesidad de mantener el tiempo de...

Learn More 0 0Feb 27 '24

Refactor para quienes no refactorizan 2

Segunda entrega de esta serie de introducción al refactoring, si es que no refactorizas. O si quieres...

Learn More 0 0Feb 27 '24

Refactoring para quienes no refactorizan

Me he dado cuenta de que no había escrito nunca un artículo sobre refactoring dirigido a personas que...

Learn More 0 0Feb 27 '24

null is something… to care about

null is something… to care about In case you feel familiar with the title… You’re right....

Learn More 6 0Nov 13 '21

'Learn TDD' book English version mostly finished

For all of you interested in learning Test Driven Development, we announce that the book Learn TDD is...

Learn More 3 0Jul 26 '21

Entry-level TDD with the Leap Year Kata

Maybe you have heard about the wonders of practicing TDD to develop your software. Or maybe you have...

Learn More 3 0Jun 21 '21

Refactoring conditionals

Refactoring conditionals Conditionals are supposed to add intelligence to code, but they c...

Learn More 5 0May 31 '21

Test doubles

Test doubles When you need to test an object using collaborators and want to be sure that...

Learn More 4 0May 31 '21

Refactor for better knowledge allocation

Refactor for better knowledge allocation One of the ongoing problems inside all organizati...

Learn More 4 0May 31 '21

No hagas estos tests

O al menos, no de esta manera. Objetos mensaje Eventos, Comandos y Queries, son objetos...

Learn More 3 0May 31 '21

Refactor for better comprehension

You are in front of a long-lived codebase and you understand… Well, not so much. Reading and underst...

Learn More 3 0Mar 3 '21

Keeping code healthy with refactoring

Making the healthcare experience more human is our motto here at DocPlanner. To achieve this as devel...

Learn More 4 1Mar 3 '21

Just published "Aprende TDD", the book

I've just published Aprende Test Driven Development, a book in Spanish to help you to learn TDD by pr...

Learn More 2 2Mar 2 '21

Las seis preguntas para comentar tu código

La técnica de las seis preguntas (ó 5 según la fuente) son una especie de framework que se utiliza en...

Learn More 3 0Mar 3 '21

New no. Lo siguiente

PHP, como todos los lenguajes orientados a objetos, tiene una forma canónica de instanciar objetos:...

Learn More 0 0Mar 3 '21

Mi código en producción ya es legacy

Todo código es legacy. Esto no es malo, sino una cuestión de cuán legacy es o le dejamos ser. ...

Learn More 0 0Mar 3 '21

Charla. O meu código en producción xa é legacy

El pasado sábado (17/10/2020) participé en la PEUMConf2020. Y aquí está el vídeo de la charla. Está...

Learn More 0 0Mar 3 '21

DDD is not what they told you

I've just finished reading The Book about Domain-Driven Design by Eric Evans, finally!. After...

Learn More 46 1Jan 8 '20

DDD no es lo que te han contado

Acabo de leerme, por fin, El Libro sobre Domain Driven Design de Eric Evans. Desp...

Learn More 13 1Dec 6 '19

DDD, el lenguaje ubicuo

Creo que una de las cosas que provocan que se haga bola la parte estratégica del ...

Learn More 12 0Dec 6 '19

DDD, identificando el dominio y los subdominios

Domain Driven Design no puede tomarse como una guía con instrucciones para ir de ...

Learn More 7 0Dec 6 '19

Una introducción a Domain Driven Design

Vamos a comenzar un pequeño proyecto para aprender y profundizar en Domain Driven...

Learn More 9 0Dec 6 '19

Improve your life with TDD

TDD is a great way to improve your health as developer

Learn More 64 8Apr 18 '19

La dualidad del testing

Para ser una disciplina dedicada a que el software se comporte correctamente, l...

Learn More 7 0Apr 12 '19

TalkingBit testing booklets

Here you have some resources to help in testing and tdd workshops. Hope you will find them...

Learn More 4 0Nov 2 '18

Testing in context

Software quality assurance is a very wide discipline and, till now, I've been blogging about unit...

Learn More 14 0Sep 9 '18

versiontag updated. Supports remove command and --force option

A side-project to create a simple tool to maintain semantic versioning

Learn More 9 0Jul 29 '18

Patrones de creación de objetos

Cada vez que necesitamos instanciar objetos en una aplicación tenemos que resolver un pequeño...

Learn More 9 0Aug 8 '18

Automate semantic versioning in git

I've just wrote a little command line tool to automate tags for semantic versio...

Learn More 19 5Jul 22 '18