Micah on December 22nd, 2008

It’s amazing how many different purposes there are for code comments.  Most comments are treated the same by compilers/interpreters — ignored.  But humans have their own semantics based on some established conventions.  And “meta-processors” also do a lot with these; e.g., generating documentation, running tests, executing debug statements, locating tickets, assigning to variables, syntax highlighting [...]

Continue reading about Many Types of Code Comments