0
votes
Factory Class - Should i populate my object with data here?
If you're sure you're going to be using all of the data you load from the SQLDataReader, then yes, you could do it at construction time in the factory. However if the data set has many fields, whi …
3
votes
What descriptive variable name can I use here?
'multiplicity' would seem the right name.
Looks like you're describing the following values:
Mandatory: 1
Optional: 0+
Select All: n
…
1
vote
Strategies for updating or versioning web services?
I can tell you that the solution of creating doAPIFunction, doAPIFunctionV2, and doAPIFunctionV3, etc has produced nothing but headaches at the place I work at. Add to that the lack of clearly des …
7
votes
Should a web developer use CSS 3 when IE6 has 15% of market share?
This is strictly a product market question. You need to research not the overall usage of IE6 but usage within your target audience. Odds are it will not be 6% but meaningfully higher or lower. …
