Re: C# Plugin system - same interface in two different assemblies...
- From: "Jon Skeet [C# MVP]" <skeet@xxxxxxxxx>
- Date: Thu, 17 Jan 2008 08:44:05 -0800 (PST)
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
.
- Follow-Ups:
- References:
- Prev by Date: Re: Windows Service Application Restart
- Next by Date: Re: C# Plugin system - same interface in two different assemblies...
- Previous by thread: Re: C# Plugin system - same interface in two different assemblies...
- Next by thread: Re: C# Plugin system - same interface in two different assemblies...
- Index(es):
Loading