[Previous] pretty | Home | [Next] This Just In: Kids Might Not Be Stupid

programmers only

Here's an example of terrible structure, but fine denotation:

global int i, j;
for(j=0; j < 10; j++)
{
    i = j;
    for(j=0; < 10; j++)
        print( my_array[i][j] )
    j = i;
}

Elliot Temple on January 10, 2004

Messages (1)

Yeah, you have terrible structure.

I don't know. I don't understand programming, I just felt bad because you have no comments, and I wanted to brighten your day.


Did it work?


Dan Frank at 2:27 AM on January 10, 2004 | #307 | reply | quote

Want to discuss this? Join my forum.

(Due to multi-year, sustained harassment from David Deutsch and his fans, commenting here requires an account. Accounts are not publicly available. Discussion info.)