Re: "Tricks" of the "Trade"
Re: "Tricks" of the "Trade"
- Subject: Re: "Tricks" of the "Trade"
- From: Erik Thorteran <email@hidden>
- Date: Thu, 7 Jun 2001 14:26:53 -0700
I think the issue here is OO design. Maybe you're cramming all the
functionality of your application into one class, instead of really
modeling several objects depending on the different functions you need
to
perform. Perhaps someone can recommend a good book on OO design?
Enrique Zamudio Lopez
I think my problem is that whenever I try to make a class, it fails
miserably, so I make one mega-class that gets everything done. I will
experiment with subdividing. The funny thing is that I am only 14 and
have been programming only since I was 12, so short a time, so many bad
habits.
Erik