Does
anyone have a reference to, or pearls of wisdom on best practise for Delphi
Business app design. For example, how to best separate UI/DB and Business Logic
(Datamodules vs Db access classes (see the link)) and smart approaches to
building class hierarchies that promote code re-use and easy scaling/
modification.
Maybe
you have some guidelines you follow/ or a set of standards/ reference book that
might enlighten me. Seems to be little on the net.
FYI, here is an article that got me thinking: http://www.howtodothings.com/showarticle.asp?article=157
TIA