Programming
Literate Programming in Practice
Submitted by Antony Marcano on Mon, 24/11/2008 - 00:06. FIT/FitNesse | programmingI've been secretly working on something... well, it's not that much of a secret... It's a new Fit Fixture for Given/When/Then acceptance tests (or BDD style tests). Andy Palmer and I have been writing it in what spare time we have...
Part of it involves finding classes (potentially written by someone else), instantiating them and returning them for use... Today we took the class that does that and refactored it to death... until it looked like this.
Anthill: controlled build process tool
Submitted by webmaster@testdriven.com (Links) on Sat, 12/02/2005 - 10:44. programmingExamining the validity of Inversion of Control
Submitted by webmaster@testdriven.com (Links) on Sat, 12/02/2005 - 08:56. programmingaechmea C2: DbC code generator for C++
Submitted by webmaster@testdriven.com (Links) on Fri, 11/02/2005 - 18:43. programmingThree books
Submitted by Brian Marick's blog on Mon, 07/02/2005 - 10:30. agile | FIT/FitNesse | programming | test automationI'd read chunks of Michael Feathers' book, Working Effectively With Legacy Code, before publication, but it's only on the lastfew plane rides that I've read it straight through. It's really good: gobs of experience distilled, delivered in a consistently readable style and with an encouraging, even gentle, tone.
Scriptom: scripting ActiveX and COM with Groovy
Submitted by webmaster@testdriven.com (Links) on Sun, 30/01/2005 - 01:20. programmingScriptom is especially interesting if you are developing Groovy shell scripts under Windows.
Data Input Validation Using ASP.NET Forms
Submitted by Wayne Allen on Thu, 27/01/2005 - 09:39. .NET | programmingKirk Miller (another Consultants Guild member) has a great introductory post on data input validation for ASP.NET forms.
