Tshirtaday
Refactoring VoteValidator with tests
A few days ago I decided that the t-shirt a day application doesn't need the complexity of a vote validator with a validation handler and only a method stating if a vote is valid or not returning a...
read articleProject macro structure
File organization is something crucial if you have to maintain a project for the long run but is often overlooked by developers. The way files are organized within a project is very important because...
read articleBDD and domain code
Behat is a well known tool for end-to-end testing but as Konstantin Kudryashov pointed out in his article Introducing Modelling by Example it can be used as a modeling tool too. As Konstantin points...
read articleTShirt a day
I've been reading a lot of books and blog posts, watching a lot of conferences about development for the past year and I was searching a project to help me wrap my head around all the interesting...
read article