RE: fit, nfit, et al?

"Jim Little" <[email protected]> Thu, 7 Aug 2003 17:38:06 -0700
Newsgroups gmane.comp.programming.tools.fit.devel
Message-ID <000501c35d45$575daf70$0300a8c0@Phideaux>
From: Steve Freeman [mailto:[email protected]] 
> OK. I started with your original version, also tagged, so it's all in 
> there. Have you a plan for where things should go next? I think Jeremy

> and I are initially concerned with making the code look more like 
> "native" C#.

Feature-wise, the next big thing I want to get working is properties.  I
also want to look at what's involved in doing fit-on-fit tests.  Right
now I'm concerned that my build script will say "success" even when
there's a glaring (and embarrassing) defect in the output.

Making the code look like 'native' C# isn't a big priority for me.  One
direction I'd like to explore is automatically generating the C# code
from the Java code, eliminating my job altogether.  :)

Jim