Example of Eric Raymond's "smart data structures" principle

Posted by metatheorem on Stack Overflow See other posts from Stack Overflow or by metatheorem
Published on 2010-06-01T22:36:31Z Indexed on 2010/06/01 22:43 UTC
Read the original article Hit count: 460

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?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about beginner