When I read the linked blog I mused over the main counter argument against dropping DRY, it is actually the argument to adopt it: what about the maintenance hell of all that repeated code. Arguably if you use proper mocking or stubbing (especially mocking) you shouldn't have too much trouble with this, but wouldn't it be nice if there was a solution for this?
So what are the requirements:
- We want to get readable code (not requiring you to constantly switch source files or scroll)
- We want little writing effort (not repeating the same code snippet over and over)
I am a fan of wikis and as you might know many have a feature called templates that specifically targets these two requirements. How about template in code. Just add a template construct and let the IDE optionally show the actual code inline.
I like it.
No comments:
Post a Comment