It would be nice if there was some standard way to structure code so that it could be read through in order and mostly make sense. Maybe even a `how-to-read-this-code.readme' file which laid out an appropriate order to read things in, and making sure that the code is in an appropriate order.
Comments
It would be nice if there was some standard way to structure code so that it could be read through in order and mostly make sense. Maybe even a `how-to-read-this-code.readme' file which laid out an appropriate order to read things in, and making sure that the code is in an appropriate order.
Ah, I've been trying to do just this.
Version 1: http://github.com/akkartik/wart
Version 2 (in progress): https://github.com/akkartik/wart/tree/master/literate