Date: Tue, 14 Jul 1998 19:31:13 -0500 (CDT) From: Joel Ray Holveck <joelh@gnu.org> To: archie@whistle.com Cc: bf20761@binghamton.edu, freebsd-hackers@FreeBSD.ORG Subject: Re: Wrong comment in pmap_bootstrap() about virtual_avail? Message-ID: <199807150031.TAA04219@detlev.UUCP> In-Reply-To: <199807142333.QAA10092@bubba.whistle.com> (message from Archie Cobbs on Tue, 14 Jul 1998 16:33:12 -0700 (PDT)) References: <199807142333.QAA10092@bubba.whistle.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>> BTW, what does "XXX' mean which appear many times elsewhere? > This just means "here is something that still needs to be looked at"... > the dream being that someday a fairy godmother/programmer will do a > vi `find /sys -type f -print | xargs grep -l XXX` > and resolve all those issues... More realistically, you often write this comment in the hopes that when you (or somebody else) is groveling over that bit of code to find why it breaks when used in an odd manner, that comment will stand out and give you a likely candidate. In reality, of course, bugs are not marked, since the use of "XXX" means that the programmer in question was thinking clearly enough to 1. write something that works even though it's not the right thing, and 2. notice it. "... and X never, never marks the spot." -- Indiana Jones, "Indiana Jones and the Last Crusade" See also the Jargon File (http://www.ccil.org/jargon) entries for XXX and FIXME. Happy hacking, joelh -- Joel Ray Holveck - joelh@gnu.org - http://www.wp.com/piquan Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807150031.TAA04219>