Sanity check
Date: 11/17/06
(PHP Community) Keywords: no keywords
Digging into an extreme wtf code base and 90% of the site tree refers to a couple included files of type '.lib'. Ignoring the naming convention, the real issue is this:
Inside these .lib files are lines and blocks of comments that start with
#
instead of `//' or `/* ... */`.
Just going by the assumption that the site is actually running, but is '#' really a valid/good/sane escape character for comments?
Source: http://community.livejournal.com/php/511701.html