I'm glad you *finally* agree. We should use an MVC model to decrease complexity and memory usage in large projects (the ones with over 100 forms).
>:D Seriously fssc, you'll find that MVC reduces the amount of code you have to write. Especially in large projects. It is only in the most TRIVIAL cases where MVC contains a *wee* bit more code. Give it a go...seriously. ::Tum > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of fssc > Sent: Saturday, 21 September 2002 2:34 p.m. > To: mono-list > Subject: Re: [Mono-list] Windows Forms...wah > > > When your working on a large project with maybe a 100 forms, any way to > lighten the load is a blessing especially when there is the entire back- > end > logic to do aswell. Perhaps it's because we come from two different world, > I'm a windows programer and I've only tinckered with Linux. I admit I'm > not > a purest when it comes to getting things done, sure one tries one's best > to > follow people's percetions of best practice, but when you're in the thick > of > it it is not always possible. > > H > > > ----- Original Message ----- > From: "BioChem333" <[EMAIL PROTECTED]> > To: "Mono-list" <[EMAIL PROTECTED]> > Sent: Saturday, September 21, 2002 2:20 AM > Subject: RE: [Mono-list] Windows Forms...wah > > > > Hi, > > > > I'd have to agree here with Tum; MVC is much better than non-MVC. > > Separating UI from data allows for a great deal of flexibility with a > > barely noticeable increase in complexity. One advantage that hasn't been > > mentioned is the ability to create both console and graphical UIs > > without rewriting large portions of the program; just plug the data into > > the UI, and it just works. > > > > > > Rich > > > > > > _______________________________________________ > > Mono-list maillist - [EMAIL PROTECTED] > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
