Home

Search results

"tag:tests"


Title and summary Date/time
1
What Test Driven Won't Get Me
Thanks to Eric and Brian and other champions of test first development, I've been profitably writing unit tests and functional tests in various projects for more than seven years. Nowadays I wouldn't dare delivering anything without having thoroughly ...
Apr 29, 2008
11:27:54 AM
2
Friday Java Challenge: Write A Regular Expression Parser
Instead of a Friday Java Quiz, I'll pose a challenge. And it is not a challenge to your Java skills, but a challenge to the Test-First Design doctrine, which holds that a test-first approach can result in a better or simpler design. I first witnessed ...
Aug 17, 2007
7:41:20 AM
3
Refactoring Is Garbage Collection Of The Source
We are doing another round of refactoring in my current project. This is one of those biggish refactorings that changes the code structure for the better. We've done this before (as I blogged 235 days ago.) And here's some of our thoughts on the matter ...
Sep 20, 2005
10:00:12 PM