Test Driven Development

all tags

Pages tagged with "Test Driven Development":

Book Arrival: The Ray Tracer Challenge

24 Mar 2019 , tagged: Books, Ray Tracer, Rust, Cucumber, Test Driven Development

I was browsing the Pragmatic Bookshelf and this book caught my eye: writing a ray tracer from ground up with a test driven approach? This sounds like a fantastic challenge to me. I always was interested in ray tracers but always thought it too complicated a topic to do it myself. However, test driven development has helped me work on some complex and terrible code bases, so this feels reassuring to me.

read more →

Notes on Working Effectively With Legacy Code

02 Jul 2018 , tagged: Books, Software Development, TDD, Test Driven Development

I recently received my copy of Working Effectivly With Legacy Code and have been busy reading it. The book, as a product of its time, has examples of not only Java, but also C++, probably to show concepts and techniques that apply to languages that behave differently in terms of linking and building. But regardless of its examples not really applying to what I work with, it was full of useful vocabulary and techniques to work with not only legacy systems, but really, any kind of system.

read more →

Inspiration and Action

30 Mar 2018 , tagged: Productivity, Software Development, Test Driven Development

I’m currently re-reading Growing Object-Oriented Software, Guided by Tests, and this quote really spoke to me: We should be taught not to wait for inspiration to start a thing. Action always generates inspiration. Inspiration seldom generates action. – Frank Tibolt I think of myself as a perfectionist, the kind of person that hates to produce anything short of flawless. And while this is great quality to have because it drives me to improve and progress, it’s also incredibly crippling and frustrating.

read more →

Grails 2 Testing Guide

06 Feb 2014 , tagged: Grails, Grails-2.3.x, Unit Testing, Spock, Groovy, Test Driven Development, Integration Testing

Note: I’m still working on this post, but I already use it as a reference so there’ll be more content over time. I’ve been quite busy at work with updating a Grails 1.3 application to 2.3.4. While writing a test harness it became apparent that lots of things have changed since I’ve last worked with Grails. Many changes are for the better, especially the integration of Spock framework. However, there were some issues that took me a while to figure out.

read more →