Example of Eric Raymond's "smart data structures" principle
- by metatheorem
In Eric Raymond's essay The Cathedral and the Bazaar, he states this oft-cited principle:
Smart data structures and dumb code works a lot better than the other way around.
Could anyone offer a strong example of this in either a procedural or object oriented language?