Humor in code

Posted by pfranza on Stack Overflow See other posts from Stack Overflow or by pfranza
Published on 2008-09-26T15:34:41Z Indexed on 2010/06/03 17:34 UTC
Read the original article Hit count: 304

When you are writing code or naming products, which sources of cultural references are you most likely to draw from? Which reference sources do you think are more likely to be universally understood?

For example when findbugs sees that you've implemented equals() without overriding hashCode() it suggest that you implement it by returning 42 (a reference from HHGTTG)

Or why we have big endian vs little endian encoding, referencing Gulliver's Travels

Not that we should act unprofessionally with our code, but if you going to tell a person that they could only (watch/read/...) one (book/movie/show/...) which one would allow them to 'get' the most jokes?

© Stack Overflow or respective owner

Related posts about subjective

Related posts about language-agnostic