Anything in comment has no affect on the code (so far as I know).
Sheriff wrote: > > > thanks and i keep noticing that comments have this @private or @public > or @protected. does it serve a point? > /** > [EMAIL PROTECTED] > *Used to handle Events > */ > private .............. > > ----- Original Message ---- > From: Jeffry Houser <[EMAIL PROTECTED]> > To: [email protected] > Sent: Thursday, September 27, 2007 1:41:43 PM > Subject: Re: SPAM-LOW: [flexcoders] how to know if i am doing something > right? > > > I'd check the size of the class as opposed to the number of lines. If > you give me a code segment, I'm sure I could condense or expand the line > count without changing the code. > > That said, if you evaluate two separate classes and come to the > conclusion that they do the exact same thing, then I would use the > smaller one. > > Sheriff wrote: > > > > > > for example, i am still learning so i keep seeing so many things done in > > diffrent ways. One example are the rating components, like the star > > rating. Some samples have 500 lines of code to get it to work, some have > > 1000 and some have 200. Now for production is there a diff between a > > 1000 line code thing that does the same thing as a 500.? > > -- > Jeffry Houser, Technical Entrepreneur, Software Developer, Author, > Recording Engineer > AIM: Reboog711 | Phone: 1-203-379-0773 > -- > My Company: <http://www.dot- com-it.com <http://www.dot-com-it.com>> > My Podcast: <http://www.theflexs how.com <http://www.theflexshow.com>> > My Blog: <http://www.jeffryho user.com <http://www.jeffryhouser.com>> -- Jeffry Houser, Technical Entrepreneur, Software Developer, Author, Recording Engineer AIM: Reboog711 | Phone: 1-203-379-0773 -- My Company: <http://www.dot-com-it.com> My Podcast: <http://www.theflexshow.com> My Blog: <http://www.jeffryhouser.com>

