[DUG] OO Programming

Myles Penlington myles at ams.co.nz
Tue Jul 29 17:29:16 NZST 2008


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: delphi-bounces at delphi.org.nz [mailto:delphi-bounces at delphi.org.nz]
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 at delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-request at delphi.org.nz with Subject:
unsubscribe

_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi at delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-request at delphi.org.nz 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.



More information about the Delphi mailing list