On 4 Mar 2010, at 16:46 , filias wrote: > > Hi, > > I have a model which starts to have "too many" properties and methods. > I dont know if this is normal or if there are better ways to deal with > increasing complexity of a model. > > In the beginning there were just 4 or 5 properties and methods but > with the news demands of the app they started to grow. I am afraid > this becomes unreadable and "too big". > > I would like to read about your best practices related to this topic: > having a model with lots of properties and methods. > > Thanks!
Maybe the object itself is growing too big in its suit and should be split in a bunch of smaller models? Or maybe you need some kind of facade giving you a simpler interface to your model? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.