Both.
For anything complex we go the OO route. For simple table maintenance
screens, we tend to follow the RAD approach - there is close to zero
code on simple forms due to our supporting OO frameworks that just link
together at design time.

Found that it takes awhile to get a return/leverage on your OO
framework/objects. But once you do, the gains can be quite good. We have
object based TDatasets etc to display objects in grids/DBAware controls,
so we leverage ourselves off OO design and standard/3rd party DB aware
controls.

Myles.

 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Alister Christie
Sent: Tuesday, 29 July 2008 5:08 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: [DUG] OO Programming

Do people on this list put in the effort to write proper object oriented
code, or write mostly RAD style code, using datasets with data-aware
controls and stuff - operating on a customer dataset, rather than the
somewhat more abstract instances of TCustomer for example?  (does this
question make sense?)

-- 
Alister Christie
Computers for People
Ph: 04 471 1849 Fax: 04 471 1266
http://www.salespartner.co.nz
PO Box 13085
Johnsonville
Wellington 

_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject:
unsubscribe

_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject:
unsubscribe

Attention:
This communication is confidential and may be legally privileged.  If you are 
not the intended recipient, please do not use, disclose, copy or distribute it, 
other than to return it to us with your confirmation that it has been deleted 
from your system.

_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Reply via email to