Object-Oriented Value Caching
- May 14, 2009 4:30 PM
- ColdFusion, Examples & Tutorials
- Comments (0)
Like every other developer out there, I often find myself repeating the same kind of functionality over and over again, and like every other programmer (or at least a lot of you), I apply the DRY principal and abstract it away into a function for reuse. Recently though, I've noticed that its not just specific bits of code that I'm reusing, but patterns for performing actions, and I've wanted to start looking for better solutions.