On Feb 19, 2008 12:16 AM, Giuseppe Luigi Punzi Ruiz <[EMAIL PROTECTED]> wrote: > Hi all again. > > I would like to know wich is the right way to follo MVC pattern and > OOP on Lazarus/FreePascal.
The easiest way for you to achieve your tasks imho :) MVC is not a religion but an approach. Personally I use it for many years and only recently learned the term. your data and logic need to be at two different locations, and the visual display have also a different location, however, if it makes things harder, then you can mix things up to make your work better and easier... > > Thanks in advance. Ido -- http://ik.homelinux.org/ _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
