How are we doing?

Mike McCormack mike at codeweavers.com
Fri Jun 2 06:25:42 CDT 2006


>> 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



More information about the wine-devel mailing list