Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 2
    The comment trick works for me, too. Among other reasons, I always include a comment block above any non-trivial subroutines as a kind of final sanity check. If I find myself having to do a lot of explaining (or even, on occasion, apologizing for) convoluted or obtuse sections of code or weird input params or whatever, that's a warning sign I may need to rethink the solution a bit. Commented Jul 11, 2011 at 14:41
  • @BlairHippo HA! "final sanity check" I like that. Commented Jul 11, 2011 at 14:52