On 28 January 2010 20:55, Bee Jay <[email protected]> wrote: > > It's not the problem of pascal nor cgi, it's the problem of your coding > style and management. Use templates, MVC or MVP, separate logic from UI, > etc. I think you should have known all those things. :)
100% correct. We have a couple hundred business classes and all business rules and data persistence code are shared between our GUI desktop apps and CGI apps. No chance in hell I am rewriting all those business classes an rules in JavaScript! :-) -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
