24 Mar, 2009
Posted by: j pimmel In: agile
I happened upon the Clean Code Cheat Sheet and thought it worthwhile to share. It draws together a number of principles which help you achieve cleaner and more habitable code. It includes: The Get It Done Adagio Make it Work Make it Right Make it Fast The Three Rules of TDD SOLID Principles SRP OCP [...]
22 Jan, 2009
Posted by: j pimmel In: testing
For the past few years myself and colleagues have used Selenium extensively to test-drive (and continuously test) all the web-apps which we’ve collectively been responsible for. In that time our massed experience meant we got pretty slick at writing these tests. Then when I started on a new project with a new team, I realised [...]