code endnotes
-
Background: Programmers frequently write human-readable comments (which are ignored by the computer) to describe certain regions of code (Figure 1). The Issue: One might, naively, expect that these comments would be separated from the main code in some fashion that would make them easy to consult (or ignore), as desired. This is how books have…
