Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Code Readability Experiment

Name: Anonymous 2015-02-07 6:05

Please rate on a scale of 1 to 10 how readable you find this example of C code. If feedback is good enough, we may force a certain major open source project to adopt it.
/**************** Includes *****************/
/***/ /*---*/ #include <stdio.h> /*--*/ /***/
/*************** End Includes **************/
/************** Main Function **************/
/*------------ Main Declaration -----------*/
/***/ /*----------*/ int /*----------*/ /***/
/***/ /*----------*/ main /*---------*/ /***/
/***/ /**/ (int argc, char** argv) /**/ /***/
/*---------- End Main Declaration ---------*/
/*--------------- Main Body --------------*/
/***/ /*************/ { /*************/ /***/
/***/ /**/ long a = 0, b = 1; for /**/ /***/
/***/ /**/ (int i = 0; i < 1<<8; i /**/ /***/
/***/ /**/ ++){printf("%lu, ", a = /**/ /***/
/***/ /****/ b + a); b = a - b;} /****/ /***/
/***/ /*********/ return 0; /*********/ /***/
/***/ /*************/ } /*************/ /***/
/*-------------- End Main Body ------------*/
/************* End Main Function ***********/

Name: Anonymous 2015-02-09 6:45

>>20
negative, >>18-kun's scope has ended and he has been finalized.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List