Tagged Questions

37
votes
35answers
4k views

What is the worst C#/.NET gotcha?

This question is similar to this one, but focused on C# and .NET. I was recently working with a DateTime object, and wrote something like this: DateTime dt = DateTime.Now; dt.AddDays(1); return …
31
votes
87answers
8k views

What is your (least) favorite syntax gotcha?

You know the ones that make you go WTH and are easily spotted by a coworker just passing by? Please keep it one gotcha per answer to simplify voting.
25
votes
25answers
2k views

Perl - Common gotchas?

The question on Hidden features of Perl yielded at least one response that could be regarded as either a feature or a mis-feature. It seemed logical to follow up with this question: what are common …
15
votes
24answers
1k views

Java - Common Gotchas

In the same spirit of other platforms, it seemed logical to follow up with this question: What are common non-obvious mistakes in Java? Things that seem like they ought to work, but don't. I won't …
10
votes
2answers
269 views

What are the known “gotchas” with regards to the Chain of Responsibilty pattern?

I have been finding myself using the Chain of Responsibility pattern often (3 times is often for me) in my current project and I'm wondering if I have become a little over-enthusiastic about the …
8
votes
17answers
649 views

ASP.NET - Common Gotchas

When I am working with ASP.NET, I find that there are always unexpected things I run into that take forever to debug. I figure that having a consolidated list of these would be great for those "weird …
7
votes
6answers
502 views

Strange characters in PHP

This is driving me crazy. I have this one php file on a test server at work which does not work.. I kept deleting stuff from it till it became <? print 'Hello'; ?> it outputs Hello …
4
votes
19answers
1k views

What is the worst ‘gotcha’ you’ve experienced?

I'd like to hear some of the more pernicious 'gotchas' that exist out there. Any language, system, or library is fine.
1
vote
9answers
2k views

Does mysqldump --password really do what it says?

I'm trying to use mysqldump to dump a schema, and it mostly works but I ran into one curiosity: the -p or --password option seems like it is doing something other than setting the password (as the man …
0
votes
0answers
253 views

Any Mechanical Turk API Gotchas?

We're setting up a mechanical turk system. I've run into a few gotchas already, just wanted a place to collect them to save anyone else some trouble. When submitting an external question, make sure …