Tagged Questions

809
votes
547answers
189k views

What is your best programmer joke?

When I teach introductory computer science courses, I like to lighten the mood with some humor. Having a sense of fun about the material makes it less frustrating and more memorable, and it's even …
18
votes
66answers
4k views

What is the worst code you’ve ever written?

Step into the confessional. Now's your time to come clean. What's the worst code you personally have ever written? Why was it so bad? What did you learn from it? Don't tell us about code you …
0
votes
0answers
78 views

Lessons learnt from unfortunate (”funny?”) results of asset naming conventions. [closed]

Possible Duplicate: Funny or bad/unusual results of asset naming conventions One important and often overlooked aspect of programming is the creation of naming conventions for assets. …
839
votes
236answers
199k views

What’s your favorite “programmer” cartoon?

Personally I like this one: P.S. Do not hotlink the cartoon without the site's permission please.
1
vote
4answers
190 views

Pranks involving writing a program [closed]

I know there are a couple other questions that are related to this, but I think they are a little different. What I want to know is what are some good pranks you can do by means of writing an …
4
votes
15answers
889 views

The most abusive C++ you’ve ever seen used?

I'm curious to know, what is the most abrasive, caustic, abusive but perfectly legal and correct C++ you've ever seen ship out the door? This question isn't meant to be a C++ bashing session, but a …
1
vote
1answer
91 views
79
votes
119answers
10k views

Computer Language puns and jokes

I'm looking for some funny jokes and puns that occur in computer languages. I'll post an oldie to kick things off... What are some others? update: Especially looking for code-related jokes... the …
17
votes
24answers
1k views

Weird constants

I've seen these in real code: #define SCREEN_DIMENSIONS 2 #define THREE_THOUSAND_FIVE_HUNDRED_TWENTY_TWO 3522 What is the weirdest constant you've ever seen? P. S. And of course my favorite in …
-1
votes
0answers
56 views

If your favourite movie or (comic) book character was a programming language, what would it be? [closed]

For example, for me the terminator (as played by Arnold) is definitely C++, and the liquid one is undoubtedly C#. So, what's about that batman guy? And yes, the tags tell it all: "subjective humor" …
3
votes
6answers
292 views

What does “my other car is a cdr” mean?

Can anyone well versed in lisp explain this joke to me? I've done some reading on functional programming languages and know that CAR/CDR mean Contents of Address/Decrement Register but I still don't …
7
votes
16answers
1k views

simple proof that GUID is not unique

I'd like to prove that a GUID is not unique in a simple test program. I expected this to run for hours but it's not working. How can I make it work? BigInteger begin = new BigInteger((long)0); …
120
votes
115answers
24k views

How can you tell if a person is a programmer?

I was wondering when I read the famous "Programmer Habits" thread, I was wondering: Is there any way to tell if somebody is a programmer without actually asking them? Clarification: I am asking for …
8
votes
15answers
794 views

Funniest code names for software projects

Developers are creative. Not as they create wonderfull GUIs or proof their sense for art with good color combinations, but with code names. Every project has a code name, sometimes official, sometimes …
11
votes
38answers
2k views

What is the most frustrating restriction your IT department has ever put on you or your machine?

I think we've all been there, your IT Support/ Infrastructure team inflict some meaningless, very frustrating, poorly explained "policy" on you and your team that irks you every time you are affected. …

1 2 3 4 5 next
15 30 50 per page