The last time I blogged here about cleaner code (see link for details), I wrote about how you could make your code more testable by…
The last time I blogged here about cleaner code (see link for details), I wrote about how you could make your code more testable by…
A simple test Since I wanted to have some test coverage (legacy code alert!) for my project I started out testing one of the services, a grails artefact. All was…