del.icio.us
Me
Archives
Meta
Tag Archives: style
EUNREADABLE
I’m having a bit of a ranty evening, obviously. But when I see code like this, I give up on the whole article. #include<stdio.h> int main(int argc, char *argv[]) { int i,j,k unsigned long acc=0; for(i=0;i<10000;i++) for(j=0;j<5000;j++) for(k=0;k<4;k++) acc+=k; printf(“acc … Continue reading