mikeash.com: just this guy, you know?

NSBlog
RSS feed (full text feed)

content-free humor(3) link programming rant

Showing entries tagged "humor". Full blog index.

The Cults of Programming at 2007-12-31 05:51
Tags: programming rant humorIn my experience with various programmers over the years, I've realized that most of them fall into one of several cults which describe their behavior. I've compiled a list of cults and brief descriptions you can use to identify them. (Note: if you're easily offended and think you might fall into one of these categories, please forego reading the rest of the article.)
(Read More) 35 comments

How To Shrink Your Source Code at 2007-03-07 00:00
Tags: link humor I've written a handy article which should be useful to anyone whose C source code is too large and needs to be reduced. It outlines ten easy techniques you can use to reduce the size of your code. For reasons unknown to me, my employers seem to actually like it when I enter contests which revolve around making horrible code, and so you can read the article over at Under the Microscope.
(Read More) 0 comments

Name/comment conflict at 2005-01-24 00:00
Tags: humor content-free Going through some code, I came across a function called AtomicReplaceDirectory. The very first line of this function was a comment that said:

note, despite the name, this is *not* atomic.

Isn't it great when the name and the comments are at odds?
(Read More) 2 comments