Using test blocks in eevThis video is about how I've been documenting complex functions and data structures by putting chunks of executable code in comments (in "test blocks", see below), and how I execute these chunks line by line with eepitch. The "line by line" trick lets me follow what each line does without having to add any comments.
|