The mistakes tag has no wiki summary.
29
votes
36answers
3k views
What are common mistakes in coding? [closed]
For example, a common error in C/C++ is to use the assignment operator = instead of the comparison operator ==.
20
votes
30answers
2k views
Which language features are considered harmful? [closed]
Please, explain why and list which languages have the (mis)feature implemented As far you know.
Post what you consider a harmful feature, not what you dislike.
3
votes
5answers
448 views
Minimising little coding mistakes [closed]
I make a fair amount of small mistakes when I code (things such as getting an angle bracket to the wrong direction). It adds a fair amount of time to my coding because I have to debug several times ...