Viewing 15 posts - 121 through 135 (of 137 total)
ronmoses (12/21/2010)
December 21, 2010 at 7:29 am
Patterns that work are reinforced and become easier to implement as well as estimate. That turns into efficiency because projects can be accurately accounted/managed.
Experience of failed projects...
October 22, 2010 at 8:07 am
I went with the obvious and straightforward answer; I expected to be wrong.
"Most reliable", "best way to count", etc. are somewhat subjective.
If volumes of code are deployed using cool-counting-trick #4...
October 19, 2010 at 8:06 am
...And if it used wrong way it will create harm as anything else. Whith non properly defined indexes performance can be killed. But no one complaining that indexes are bad...
October 14, 2010 at 9:46 am
I answered this question using the common misconception as a guide. Usually second-guessing the QotD is guaranteed to trap us.
The discussion of physical vs. logical ordering is...
October 5, 2010 at 7:40 am
reminds me of a Freeman Dyson quote: "A good scientist is a person with original ideas. A good engineer is a person who makes a design that works with...
August 6, 2010 at 9:06 am
We store html fragments in varchar fields. I learned that smartquotes and emdash need special handling to display properly, so instead I applied special handling to remove them. ...
August 3, 2010 at 7:29 am
I think it's also important that developers build baseline diagnostic record into the app. We generally need some way to prove the code during development anyway, but those checkpoints...
July 29, 2010 at 10:00 am
re: leading commas. It makes them much more visible than when they're off the right side of the screen. Also, it makes it easier to comment a single...
June 18, 2010 at 10:07 pm
Why use cursors in any guise? You have a giant pile of data and you want to go through it and take an action on each row? Sometimes...
June 18, 2010 at 9:38 pm
nearly never. Absolutely never in a public example of maintainable code.
I forced myself to develop a habit of taking the minor pain...
August 8, 2007 at 11:59 am
WHERE SvcTypeID IN (1, --Standalone Long Distance
2, --800 Service
...
August 7, 2007 at 7:37 am
"I will have to generate a work list for someone to review"
And what is the confidence factor of the reviewer? (since this is likely to be an unpleasant task...
July 19, 2007 at 7:28 am
Viewing 15 posts - 121 through 135 (of 137 total)