Re: Generating C# from Java (Was: fit, nfit, et al?)

[email protected] Fri, 8 Aug 2003 18:52:01 -0400
Newsgroups gmane.comp.programming.tools.fit.devel
Message-ID <[email protected]>
----- Original Message ----- 
From: "Charlie Poole" <[email protected]>
To: "FIT Developers" <[email protected]>
Sent: Friday, August 08, 2003 3:43 PM
Subject: RE: [Fit-dev] Generating C# from Java (Was: fit, nfit, et al?)


> Ward,
>
> > > What I think is needed - to keep all of this still FIT - is a set of
> > > acceptance tests that all implementations must pass.
> >
> > This much is certainly true and is, most likely, my responsibility to
> > get started.
>
> Do all implementations work with exactly the same tables, as the Java
> and C# versions do?

The naming conventions transfer over to Python without any
trouble. When I brought it up to current, I even added the '$'
as a way of getting at a class in a module that isn't named the
same as the module.

I really like the notion of keeping the table structure the
same. I see no reason for confusing the customer, especially
if s/he is using more than one language for implementation.

John Roth