vote up 97 vote down star
72

What will the last words of some kind of programmer be?

Like: LW of a Perl programmer:

I don't have to write documentation. The source is formatted so well, I can read it anytime later...

or

Im just going to write a regular expression to find this, then I'm done...

flag
1  
Another candidate for the "FSQ" close reason. – Paul Tomblin Jan 22 '09 at 15:05
1  
@Daniel, I would agree, but these fun questions end up as badge-grabs. I received a gold badge for posting an XKCD comic. That's not what Jeff intended, I think. – Robert S. Jan 22 '09 at 15:32
1  
These type of questions are ego-driven for the asker to rise to the top. Why should someone rise in the community for asking a cultural question, in a programming questions website. Usually these get like a million up votes, but they never actually help anyone. – Mark Rogers Jan 22 '09 at 15:59
1  
Voted down and voted to close. The first twenty or thirty joke-questions were okay, but now... – mmyers Jan 22 '09 at 19:53
show 28 more comments

180 Answers

vote up 3 vote down



//todo



link|flag
vote up 3 vote down

For Jeff:

Stack Overflowed.
link|flag
vote up 1 vote down

Google Programmer talking to the Devil "Wait! But... I DID NO EVIL!!!"

link|flag
vote up 1 vote down

its not a bug.. its a feature !!!

link|flag
vote up 1 vote down

VB.net Programmer "But i was so close to getting rid of the Line Continuation Character!"

link|flag
vote up 2 vote down

ruby and perl, ruby and perl, and all I ever really wanted was a little calms

link|flag
vote up 1 vote down

Programmer that never has to support his code:

Documentation isn't necessary. Documentation is overrated. Documentation is foolish.

Programmer that has to support the above programmer's work:

Where the $%#! is the documentation?

link|flag
vote up 4 vote down

Wait, you're not supposed to use gotos for loops?

link|flag
vote up 4 vote down

You did code a failsafe, didn't you?

link|flag
vote up 7 vote down

Just going to put skynet online.

link|flag
show 1 more comment
vote up 1 vote down

C#:

GC.WaitForPendingFinalizers();
GC.Collect();
link|flag
vote up 1 vote down

Sorry, that's not in the contract!

link|flag
vote up 35 vote down

"It's ok, we trust our users"

"SELECT * FROM User WHERE User.Id = " + Request["id"]
link|flag
2  
xkcd.com/327 – musicfreak Jun 23 at 19:56
show 4 more comments
vote up 79 vote down

SQL n00b:

DELETE FROM big_important_table_with_no_backups WHERE CustomerID = 100 OR 101;
link|flag
6  
You assume that I knew what a transaction was when I ran that query. – too much php Feb 5 at 22:44
6  
Er, I mean, you assume that the SQL n00b knew what a tranasaction was. – too much php Feb 5 at 22:49
3  
@iceangel89: Yes, so it deletes everything in the table. – user9876 Jul 1 at 10:37
show 6 more comments
vote up 2 vote down

catch (exception) {

// No way code will ever get here }

link|flag
vote up 1 vote down

Response to "Why doesn't it do...?"

"Wasn't in the spec"

link|flag
vote up 1 vote down

Objective-C programmer

[self release];
link|flag
show 1 more comment
vote up 7 vote down

Bash programmer

sudo rm -rf /
link|flag
show 1 more comment
vote up 8 vote down

Any (real) programmer:

"It works on my machine"

link|flag
show 1 more comment
vote up 5 vote down

Objective-C:

[soul release];
link|flag
vote up 13 vote down

Who put triggers in the database!

link|flag
3  
delete table where id=4 // 1 row(s) affected // 0 row(s) affected // 14 row(s) affected // OMG what did I just do? – tsilb Nov 3 at 16:02
vote up 1 vote down

I just need one more day.

link|flag
vote up 4 vote down

"Dr. Falken, would you like to play a nice game of Global Thermonuclear War?" - WOPR

link|flag
vote up 315 vote down

Post CSS:

              </div>
             </div>
            </div>
           </div>
          </div>
         </div>
        </div>
       </div>
      </div>
     </div>
    </div>
   </div>
  </div>
</body>
</html>
link|flag
23  
hahah that definitely made me LOL. If you vote this up, make sure you also vote Nick's up so they stay in this order. – nickf Jan 23 '09 at 7:14
show 2 more comments
vote up 8 vote down

UNIX programmer:

die_you_gravy_sucking_pig_dog();

See Jeff Atwoods post: http://www.codinghorror.com/blog/archives/001211.html

link|flag
vote up 20 vote down

PHP

php_flag register_globals on

There, that should make my life easier.

link|flag
show 1 more comment
vote up 3 vote down

C#:

base.Dispose();
link|flag
vote up 20 vote down

Windows Engineer

Ctrl+Alt+Del

link|flag
5  
Windows "Engineer"? – Nolte Burke Jan 24 '09 at 11:35
show 4 more comments
vote up 315 vote down

Pre CSS:

           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
   </table>
  </td>
 </tr>
</table>
</body>
</html>
link|flag
22  
Make sure you upvote Nikron's if you upvote this one. – Epaga Jan 23 '09 at 15:11
1  
The two work well together as a pair. – Rob Jan 28 at 21:49
show 2 more comments
vote up 3 vote down

How about: "I quit."

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.