Home Tags Pitfalls

Tag: pitfalls

Better Queries with MySQL, Part 1

1
This article helps you write high-performance MySQL queries, by pointing out the various pitfalls and dangerous misconceptions that developers have. How many times have you...

Joy of Programming: Language Transition Bugs

2
There are subtle differences between languages like C, C++, Java and C#. Programmers transitioning from one language to another should beware of such differences. When...