Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

A Bug a Month? It's Harder Than You Think


DDJ: Joining us is today is, at least to my mind, the legendary Jim Gimpel, founder of Gimpel Software and author of the long-running Bug of the Month ad in programming magazines like Dr. Dobb's Journal, to name just one.

Jim, your "Bug of the Month" feature in magazine advertisements have been amazingly popular over the years. When and how did this get started?

JG: I honestly forget who suggested the idea but it didn't take much convincing as it seemed to be a great way to communicate what our product does in a somewhat provocative way.

I'm easily bored by the usual advertisements and the drone-like repetitiveness was something of a pet peeve. It's a lot easier to say when it got started. Our first Bug of the Month ad, Bug #571, appeared in March 1991. We found that programmers were drawn to puzzles and in the days before we began posting them on our web site, we could tell how good an ad was by how many phone calls it generated.

DDJ: Is it hard writing a bug a month?

JG: Yes and no. Initially it was quite easy but after you've used up all the low hanging fruit it gets a bit tougher to find the rest and keep it within our strict guidelines (23 lines, not too wide, not caught by compilers, etc.). I want as much as possible to create a small example that people can type in, compile, and run and observe the disfunctional behavior directly. This demonstrates that we're talking about real bugs and not some trite deviation from some super exacting standard.

DDJ: What's been your biggest surprise in regards to the "Bug of the Month" when hearing from readers?

JG: Well, there was that "37l" bug. That's not the bug number; it's actually a "37" with a lowercase "el" as a suffix. But it looked an awful lot like the three-digit number "371" especially in the font we used. You can imagine the fun you can have creating a bug of the month around this little idiosyncrasy. We were soon flooded with calls which made me realize how much the ads were read.

DDJ: Where can readers go to take a look at the "Bug of the Month"?

JG: You'll find a new bug each month as a display ad in DDJ and also on our web site at www.gimpel.com , which carries them all the way back to the year 1998. We recently added an on-line demo. Now you can run FlexeLint on the bug code, make changes and relint to your heart's content at www.gimpel-online.com/bugsLinkPage.html . To run FlexeLint on your own code sample, go to www.gimpel-online.com/OnlineTesting.html.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.