Tagged Questions

14
votes
34answers
999 views

What are your biggest programmer vices?

Possible Duplicate: What are some bad programming habits to look out for and avoid? As a programmer, I have bad programming habits I am aware of. I'm interested in what ot …
2
votes
6answers
195 views

Should useless type qualifiers on return types be used, for clarity?

Our static analysis tool complains about a "useless type qualifier on return type" when we have prototypes in header files such as: const int foo(); We defined it this way becau …
46
votes
25answers
2k views

jQuery pitfalls to avoid

I am starting a project with jQuery. What pitfalls/errors/misconceptions/abuses/misuses did you have in your jQuery project?
5
votes
9answers
439 views

Common programming mistakes for ColdFusion programmer to avoid?

In the spirit of my other questions regarding "common programming mistakes ... to avoid" What are some common programming mistakes for a ColdFusion programmer to avoid?
14
votes
15answers
610 views

What are the most common misunderstandings of how things work in .Net?

In your experience, what do you see (or hear) as common misunderstandings about how things work in .Net? I'm not thinking of common programming mistakes, such as throw ex to re …
31
votes
44answers
2k views

Common programming mistakes for JavaScript developers to avoid?

In the spirit of Common programming mistakes for .NET developers to avoid?, Common programming mistakes for PHP developers to avoid? what are common mistakes we should …
0
votes
4answers
137 views

What are common programming mistakes for Perl developers? [closed]

Possible Duplicate: Perl - Common gotchas? In the spirit of the other common mistakes in questions, what are the most common mistakes that Perl programmers make? I've be …
-3
votes
2answers
76 views

Common programming mistakes for an Action Script developer to avoid? [closed]

What are the most common programming mistakes made by Action Script developers?
18
votes
13answers
847 views

Common programming mistakes for Scala developers to avoid

In the spirit of Common programming mistakes for Java developers to avoid? Common programming mistakes for JavaScript developers to avoid? Common programming mistakes for .NET …
170
votes
75answers
14k views

Common programming mistakes for .NET developers to avoid?

What are some common mistakes made by .NET developers, and how can we avoid them? For example, trying to open a file without checking whether or not it exists, or catching an err …
42
votes
37answers
2k views

Common programming mistakes for PHP developers to avoid?

In the spirit of Common programming mistakes for .NET developers to avoid?, what are common mistakes PHP developers make? Using == when === should be used is a common one. What ar …
2
votes
4answers
249 views

Common Haskell pitfalls a newbie should be on a lookout for

I'm thinking of learning Haskell, so I was wondering what issues are often ran into by Haskell newbies (especially ones which haven't had much experience with functional programmin …
17
votes
24answers
961 views

Common mistakes for CSS-designers to avoid?

What are some of the most common mistakes made by CSS-Designers?
10
votes
20answers
824 views

Common programming mistakes for Java developers to avoid?

In the spirit of Common programming mistakes for .NET developers to avoid? Common programming mistakes for PHP developers to avoid? Common programming mistakes for JavaScript de …
3
votes
3answers
283 views

Common programming mistakes for Haskell developers to avoid?

In the spirit of the other common mistakes in questions, what are the most common mistakes that Haskell programmers make? I've been teaching myself Haskell for a little while and …

1 2 next
15 30 50 per page