Re: How are we doing?&[EMAIL PROTECTED]

2006-06-26 Thread Vijay Kiran Kamuju

notNeeded=0;
if (Ishack())
{
/*(hacks are not accepted)*/
notNeeded=1;
}
else if(IsFeature())
{
notNeeded=0;
}

PS

:P for the if - then constructs
On 6/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

On Friday, June 02, 2006 07:25, Mike McCormack wrote:
> >> lack of comments in the code
> >
> > +1, I think it's horrifying.
>
> void the_function_that_adds_one_to_i(int i)
> {
> /* this adds one to i */
> i = i + 1;
>
> /* this returns i to the caller */
> return i;
> }
>
> Horrifying, yes :)
>
> Mike

I'm not opposed to having bug number in the comments ;)


This message was sent using IMP, the Internet Messaging Program.









How are we doing?&[EMAIL PROTECTED]

2006-06-26 Thread john
On Friday, June 02, 2006 07:25, Mike McCormack wrote:
> >> lack of comments in the code
> >
> > +1, I think it's horrifying.
>
> void the_function_that_adds_one_to_i(int i)
> {
> /* this adds one to i */
> i = i + 1;
>
> /* this returns i to the caller */
> return i;
> }
>
> Horrifying, yes :)
>
> Mike

I'm not opposed to having bug number in the comments ;)


This message was sent using IMP, the Internet Messaging Program.