Hehehe, Ed, that's a long talk :) Visual approach has some advantages as 
well (such as aligning controls, and stuff like that). I wouldn't want to do 
that in a prg class (this assuming that the classes contain some elaborated 
controls).

My personal approach is to keep all my "base" classes in one vcx and one prg 
(these are just simple 1-to-1 subclasses from VFP's classe), then build 
everything in smaller vcx-es. Forms together, data entry controls together, 
and so on.

----- Original Message ----- 
From: "Ed Leafe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 17, 2007 5:46 PM
Subject: Re: CVS and visual classes


> On Dec 17, 2007, at 10:41 AM, Grigore Dolghin wrote:
>
>>> IMO the entire converting VCX to text is a huge imperfect work-around
>>> to a problem which should never have started.
>>
>> Right again.
>>
>> One single vcx is bad design, period, no matter if that guy is the
>> boss or
>> not.
>
> I think that the primary source of the bad design is the choice of
> keeping this information in binary format in the first place. We all
> know that VFP is great with DBFs, so why not keep everything in a
> DBF? Well, here's the perfect answer: because it makes collaborative
> development much, much harder. We wouldn't be having this problem if
> the same classes had been stored in a PRG, since merging text files
> is relatively straightforward. But in VFP, if you want to use visual
> design tools, you are forced to use binary files to store your work.
> Imagine if VFP offered the option of storing in either VCX or PRG,
> and could work with either one: can anyone think of a reason to
> prefer a VCX?
>
> -- Ed Leafe
> -- http://leafe.com
> -- http://dabodev.com
>
>
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to