Tagged Questions
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 ==.