Skip to content. | Skip to navigation

Personal tools
Log in
Sections
You are here: Home weblog More on code re-use and libraries.

More on code re-use and libraries.

Posted by Dominic Cronin at Feb 28, 2010 07:30 PM |

Back in June, I wrote a blog post in reaction to Udi Dahan's "The fallacy of ReUse". Now Mark Needham has published a blog post with a very similar theme. One interesting insight is that sometimes sharing domain objects can be dangerous, because as he puts it "although we often do have the same domain concepts in different projects, it's quite rare that they mean exactly the same thing".

Definitely worth a read.