Tag Archives: test

A plea for small Pull Requests

A Plea For Small Pull Requests Pull Requests (PRs) are the norm today when it comes to common software development practices in teams. It is the right way to submit code changes so that your peers can check them out, … Continue reading

Posted in agile, misc | Tagged , , , , , , , , , , , , , | Leave a comment

TDD Talk at UMC

Yesterday I gave a speech, with two friends, about Test Driven Development at UMC, here in Mogi das Cruzes – SP – Brazil. The talk was nice, and this post is just to thank Claudinho and Fabio, the two friends … Continue reading

Posted in agile, java | Tagged , , , , , | Leave a comment

Software Quality and Agile

Often when we talk about agile software development, we mention how important quality is. In this post, I’ll run quickly through some thoughts and practices on how agile tries to guarantee this so-called higher quality. When I first started using … Continue reading

Posted in agile | Tagged , , , , | Leave a comment

Getting the data out of the tests

Hello everybody! A few days ago, while I was searching for ways to improve the tests in our projects, I found an interesting article with some ideas. The main concept was to make the tests behavior, data and actual implementation … Continue reading

Posted in agile | Tagged , , , | 2 Comments