Grant Ingersoll wrote:
Does anyone have experience w/ how other open source projects deal with this?

Use abstract base classes instead of interfaces: they're much easier to evolve back-compatibly. In Hadoop, for example, we really wish that Mapper and Reducer were not interfaces and are very happy that FileSystem is an abstract class.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to