Re:Re: Porting between VS and Borland
In article <
XXXX@XXXXX.COM >, Chris Uzdavinis (TeamB)
wrote:
Quote
I think RAD is nice for producing the GUI section of your
application.
RAD is "nice" for cobbling together a fire-and-forget GUI in a hurry.
The trouble with RAD is that the easiest way to put a RAD tool together is
to write something that mixes the GUI elements and the data
representation/storage together in *exactly* the sorts of ways that all the
texts on OO and structured design tell us not to. The result is that the
RAD-generated code is really *REALLY* hard to maintain, when compared with
well-structured hand-generated code. I was appalled when I saw how this
effect tended to work in Delphi and BCB, but C# and WinForms is a whole
order of magnitude worse.
Quote
I've never used it for non-visual aspects, as I just
tend to prefer to write them by hand.
Sensible fellow!
Quote
[VCL] version 1 was 16 bit and ran on DOS. ...
No, I used VCL version 1 (in Delphi) and I don't recall whether it was 16
or 32-bit, but it certainly ran (only) on Windows ... Are you thinking of
TurboVision? That really wasn't even a direct forerunner of VCL.
Cheers,
Daniel.