Comment Re:I'm buying an ARM PC just for Recall (Score 1) 170
Oh, it's extremely thoroughly commented. That isn't an issue.
When you're dealing with a sheer amount of documentation numbering in the thousands, and having to deal with finding obscure references buried in a page you vaguely remember reading previously, and *think* it might have been open at the same time as $unrelated_project
"Reference number xx page number xx" is great, if that's all you need. I've got code comment blocks explaining functionality that are 2x-3x larger than the code they're explaining (such as register definitions and how they function). Which is all well and great, until you realize that something in the implementation is causing a flaw in the nested emulator that executes option roms, and can't remember which specific revision of that Compaq document you need, since that code isn't actually part of *your* code, but part of software executing inside it, therefore, isn't commented. But it is documented elsewhere.....