Do I Need to test my code?

What should I test?

It is difficult to find any developer who does not agree with the title of this publication, even more, if asked in a job interview. Although, some developers took what Kent Beck once said “I get paid for code that works, not for tests” as a license to not create... [Read More]
Tags: tests, notes

TDD Estilo Londres

Test Driven Design

Hace ya algunos años se habla mucho de TDD; principalmente sobre como puede mejorar tu confianza en el código y a la vez de cierta forma documentar lo que se espera de él, facilitando la incorporación de otros desarrolladores y de nuevos features. Algunos lo llaman Test Driven Development, pero... [Read More]
Tags: programming, tdd, java