vote up 96 vote down star
70

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 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 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 at 15:59
1  
Voted down and voted to close. The first twenty or thirty joke-questions were okay, but now... – mmyers Jan 22 at 19:53
show 28 more comments

177 Answers

1 2 3 4 5 6 next
vote up 295 vote down check

Lisp:

)))))))))))))))))))))))))))))))))))))))))))))))))))

link|flag
2  
Hehe. Reminds me of xkcd.com/297 – Herms Jan 22 at 15:42
7  
I think you missed one. :) – Brandon DuRette Jan 27 at 0:08
2  
Could also be the answer to: Last lines of a Lisp program. – T Pops Jun 23 at 19:36
show 3 more comments
vote up 307 vote down

Pre CSS:

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

Post CSS:

              </div>
             </div>
            </div>
           </div>
          </div>
         </div>
        </div>
       </div>
      </div>
     </div>
    </div>
   </div>
  </div>
</body>
</html>
link|flag
22  
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 at 7:14
show 2 more comments
vote up 296 vote down

C/C++:

if (launchMissiles = true)
{
   FireNukes();
}
link|flag
12  
That's why you should always write: if (true == launchMissiles) – Milan Babuškov Jan 22 at 19:33
9  
@Milan-That's the joke! The assignment is why this is the 'famous last words' .. it's a bug that kills us all! – John MacIntyre Jan 22 at 20:08
7  
wow, I didn't get it at first!! :/ which makes it all the more dangerous – hasen j Feb 1 at 12:44
10  
My thoughts: "Wait, shouldn't that be a double equals? Otherwise, it'll run every single t... oh..." – Smashery Apr 7 at 0:56
8  
@hasen +1 it does not make it more dangerous, it makes you more dangerous :) – flybywire Jul 20 at 7:27
show 14 more comments
vote up 154 vote down

It worked on my machine...

link|flag
38  
Let's ship it with your machine then! – Genericrich Jan 23 at 1:46
3  
if i had a penny for every time that I say that... :-) – Baget Jan 23 at 10:02
show 5 more comments
vote up 148 vote down

goto

link|flag
4  
Is their a question that XKCD does not have a comic for? – Pim Jager Jan 22 at 20:33
2  
@Pim Pager: Maybe, but not likely. – luiscubal Jan 22 at 22:26
1  
@Pim Jager - the exact question you just asked? – Damien_The_Unbeliever Jan 23 at 10:15
2  
"Is THERE a question..." - Fixed. – Richie_W Jan 24 at 18:51
1  
That happened to me once... Or was it a dream? – JohannesH Aug 21 at 3:06
show 3 more comments
vote up 118 vote down

I'm 90 percent done!

link|flag
9  
Now the other 10% will take op 90% of the time. – Pim Jager Jan 22 at 15:58
show 5 more comments
vote up 97 vote down

C:

"128 characters should be enough for this message, right?"

link|flag
3  
also valid for SQL - "80 characters should be enough for name field, surely?£ – Noel Walters Jan 24 at 11:29
6  
"640K ought to be enough for anybody" -- Bill Gates – Ctrl Alt D-1337 Feb 8 at 2:44
11  
To be fair, Bill Gates actually never said that. It's completely misattributed. – Matt Olenik Apr 16 at 4:35
show 2 more comments
vote up 96 vote down

Java:

One more layer of abstraction and this problem should go away...

link|flag
3  
Or "one less layer of abstraction and the performance will be good enough" ... :-) – Mendelt Jan 22 at 15:13
4  
Or "do you have the correct CLASSPATH"? – Ric Tokyo Jan 22 at 15:24
show 1 more comment
vote up 92 vote down

"It's a hardware problem"

link|flag
14  
Dude, this is going on my tombstone. – Patrick Johnmeyer Jan 22 at 19:22
3  
It usually is a chair/keyboard interface problem ;) – Thomas Levesque Jul 1 at 10:13
show 2 more comments
vote up 89 vote down

Every programmer, everywhere:

What? That can't be happening, I didn't touch that part of the code.

(I've never found a statement that angered support staff more than that)

link|flag
7  
I'm guilty of saying this. /penance – Greg D Jan 22 at 17:56
show 1 more comment
vote up 78 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 73 vote down

Java people don't die, they wait for the garbage collector to get them :P

link|flag
5  
But the garbage collector can only get them if no one else knows they exist... – mmyers Jan 23 at 14:46
3  
So they die as soon as their last friend dies. But he knows it's friend...typical problem GCs have on their daily work :-) So if the GC is good it just kills the whole clan :-) – rstevens Jan 24 at 19:28
5  
@rstevens: Do Java programmers have friends then? :P – BenAlabaster Jan 28 at 15:57
2  
Isn't it: you don't have to bury a java programmer when he dies, the garbage collector will get him. – Nathan Feger Feb 5 at 5:22
vote up 71 vote down

To be a little poetic:

/(bb|[^b]{2})/ that is the Question.

link|flag
1  
Actually... That translates to "Two B or Two Not-B". – DanM Jan 22 at 18:29
2  
No, it should be 10b | ~10b – Alnitak Jan 23 at 13:32
4  
I have a sign saying "2B or Not 2B" on my front door (I've live in apartment 2B) – James Curran Jan 23 at 19:25
9  
/bb|(?!bb)/ = negative assertions – porneL Jan 26 at 20:27
2  
My proofreaders reduced it to ... 1 – gbarry Feb 12 at 0:40
show 3 more comments
vote up 53 vote down

I don't need to rerun all of the tests after this minor changes.

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

C++

delete this;
link|flag
1  
Didn't the question say "the last words"? :) On a more serious note, the intrusive ref counting does go awry, and the issues of memory ownership are the most thorny issues in C++, IMO. – Arkadiy Jan 22 at 15:09
show 1 more comment
vote up 48 vote down

Maybe already there but I think those comments are famous last words....

// this can't happen

Also found as: (thx to Pim Jager)

//This should never happen.
link|flag
1  
In my code find you can find this quite often as: //This should never happen. – Pim Jager Jan 22 at 16:30
3  
If you've thought it through carefully and still think it should never happen, you could put in an assert. Your program will fail earlier and will be easier to debug. – Albert Jan 22 at 21:07
2  
Joking aside, it's better to use assert() here: assert that the thing is not happening, don't just state in a comment that it shouldn't. – dehmann Feb 10 at 6:08
show 3 more comments
vote up 46 vote down

A programmer who was happy with his life:

return 0;

A programmer who wasn't happy with his life:

return 0xDEADBEEF;
link|flag
show 3 more comments
vote up 43 vote down

Perl & PHP:

die("So long, and thanks for all the fish");
link|flag
1  
Yay for Hitchhikers refrence. – Pim Jager Jan 22 at 15:59
show 1 more comment
vote up 42 vote down

Mars orbiter team circa 1999:

Yeah, so feet and inches who uses that any more...?

link|flag
7  
Americans still use that!! it's sad – hasen j Jan 28 at 15:56
2  
xkcd.com/526 – Kev Feb 2 at 14:41
show 3 more comments
vote up 41 vote down

C#

Thread.Sleep(Timeout.Infinite)
link|flag
3  
Needs a probabilistic call to Thread.Dream. – zarawesome Jan 23 at 12:08
show 1 more comment
vote up 38 vote down

Assembly:

Huh, that code wasn't supposed to be self-modifying...

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

It should work.

link|flag
2  
This is pretty much banned in my office. It was the favourite phrase of one of our less talented programmers, since he left we're not allowed to use 'should' – Neil Aitken Jan 22 at 17:18
show 2 more comments
vote up 34 vote down

Wait, WTF?

link|flag
1  
Universally applicable. – Joachim Sauer Aug 20 at 11:31
vote up 34 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 33 vote down

ASP.NET:

/* The commented code below was DELETED because, even though it was commented out, 
it was  being executed anyway. */

I've actually seen this...

link|flag
3  
ASP.NET will still execute even if its wrapped in '<!--' and '-->'. The trick to commenting out ASP.NET markup is using "server-side" comments instead: <%-- ... --%> – Juliet Jan 23 at 0:18
2  
So if the code below is gone, what's the point of mentioning it? – TM Feb 8 at 2:36
2  
/* The comment I left below was DELETED because, even though the answer is 6 months old, it was commented anyway. */ – James M. Jul 31 at 9:32
show 1 more comment
vote up 31 vote down
try
{
   LHC.Collide(Particle1, Particle2);
}
catch(Exception e)
{
   if(e is BlackHole)
   {
      //LOL
   }
}
link|flag
1  
Mr. BlackHole should own his own 'catch' block. :/ – Arnis L. Jul 29 at 15:56
show 1 more comment
vote up 28 vote down

A C++ programmer on his deathbed is haunted by a memory leak.

With his last breath he wispers:

"Is that you 0xfaccface?"

link|flag
vote up 22 vote down
// XXX: Fixme
link|flag
vote up 22 vote down

I'll just copy and paste these 50 lines, search and replace, and presto I'm done!

link|flag
show 1 more comment
1 2 3 4 5 6 next

Your Answer

Get an OpenID
or

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