Factory pattern with syntactic sugar
Dan Manges has a nice write-up on why the factory pattern is better than Rails fixtures: Rails: Fixin’ Fixtures with Factory. The factory is used to create v...
Dan Manges has a nice write-up on why the factory pattern is better than Rails fixtures: Rails: Fixin’ Fixtures with Factory. The factory is used to create v...
I have been working with Flex recently, which is a framework for building Flash applications. The standard testing framework for Flex is FlexUnit. A good exa...
Most people who work for ThoughtWorks in the US travel for a living, so we spend a fair amount of time talking about travel. Lately, we have noticed a patter...
I wrote previously about automated testing of database rollback scripts in rails. After running the rollback scripts, we verify our database schema by compar...
A short build time is a critical element of continuous integration. I’ve been involved in a number of build improvements on my current project (both local an...