Re: OODesign - OPF, design pattern



OPF's can be very useful, especially for saving time designing large +
complicated apps, and for changing them afterwards. However, do not forget
the application layer. Putting code in forms is not really a good idea, you
should write some classes that act as an API for the forms to call that
"operate" the business objects. I'm doing this in a new application, it
takes a bit of work but it seems to be making things less complicated and
also easier to make changes system wide.

Pete


.