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;
}
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;
}
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.)
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?