Nicolas Peru
@benzonico
nicolas.peru@gmail.com
Simplicity is a great virtue but it requires hard work to achieve it and education to appreciate it.
And to make matters worse: complexity sells better.Edsger Djikstra
@Test
public void tdd_should_be_easy_to_practice_in_entreprise(){
assertThat(manager.isGeek()).isTrue();
}
@Test
public void developer_should_know_how_to_write_tests(){
assertThat(developer.hasBeenToCodingDojo()).isTrue();
}