Re: C# Plugin system - same interface in two different assemblies...



On Jan 17, 4:26 pm, "WTH" <w...@xxxxxxxxxx> wrote:

<snip>

Is it simpler for developers to (a)not use a shared assembly or (b)use a
shared assembly? a.

Look at it a different way:

Is it simpler for developers to (a) duplicate code or (b) not
duplicate code? b.

Using a common assembly avoids code duplication.

Jon
.


Loading