In addition to his "I never met a man I didn't like.", Will Rogers had another great little ditty I've always remembered. It went
"It's not what you don't know that'll hurt you, it's what you do know that ain't so."
We all know or subscribe to, many IT "truisms" that mostly, have a strong basis in fact, in something in our professional careers, or something we learned from others, lessons learned the hard way by ourselves, or by others who came before us.
Unfortuntely, as these truisms spread throughout the community, the details of why they came about, and/or the caveats that affect when they are actually true and when they don't matter, tend to not spread along with them...
We all have a tendency to look for, and latch on to, small "rules" or principles that we can use to avoid doing a complete exhaustive analysis for every decision we make. But even though they are correct 90% of the time, when we misapply them in the other 10%, we pay a penalty we might avoid if we also understood the details behind them.
For example, when User defined functions were first introduced in SQL Server, within a year or so it became "common knowledge" that this feature had extremely bad performance (because it required a re-compilation for each time it ran), and be avoided. This "trusim" still increases many database developers' aversion to using UDFs, even though Microsoft's introduction of InLine UDFs, which do not suffer from this issue at all, mitigates this issue substantially. In recent years I have run into numerous DBAs who still believe you should "never" use UDFs, because of this.
What other common not-so-"trusims" do you know of, that many developers believe in, that are not quite as universally true as is commonly understood, and which the developer community would benefit from being better educated about?
- Please include why it was "true" to start off with, and why/when it's not true...
EDIT: Please try to limit responses to issues that are technical, where the "common" application of a "rule or principle" is in fact correct most of the time, or was correct back when it was first elucidated, but when, in the edge cases, or because of not understanding the principle thoroughly, or because technology has changed since it first spread, applying the rule today, without understanding the details behind the rule, can easily backfire or cause the opposite effect from what is intended.
