RE: C# Version of Fit

"Jim Little" <[email protected]> Fri, 22 Aug 2003 17:21:08 -0700
Newsgroups gmane.comp.programming.tools.fit.devel
Message-ID <005a01c3690c$762b9e80$0200a8c0@Phideaux>
From: Charlie Poole [mailto:[email protected]] 
> [Jim Little wrote:]
> > At the moment, I'm bringing the .NET version up to par with the most

> > recent release of the Java version.  It's mostly minor changes.
I'll 
> > be releasing that to the list as soon is it's ready... hopefully
early 
> > next week.  At that point I'll be ready to accept patches.  Does
that 
> > work for you?
>
> Works for me... what seems to be lacking, however is a way to figure
> out whether features will work in all versions before trying them.
> If it were just a C# project, then you could let the code develop
> however it wanted. But this feels like it needs a little more control.

I agree.  My plan is to keep the C# source code closely in line with the
Java code, at least for now.  I'm going to treat the Java branch as the
canonical version and be very selective about which patches I accept.
I'm going to try to limit deviations to things that really are specific
to C#, like support for properties, or the TypeAdapter stuff.

Anything else -- particularly the refactorings that people can't seem to
help doing -- I'm going to direct to the Java tree.  If Ward accepts
them, then I'll port them over.

Jim

(cross-posted back to the list)