Less than technical
Occasionally, as we all do, I stumble across code or comments that baffle me; not for their technical complexity, but rather their naivety.
Here's a recent one:
if (...)
{
...
}
else // This shouldn't be required, but I'm leaivng it there for now
{
...
}