
sam at tregar
May 31, 2002, 10:05 AM
Post #2 of 3
(288 views)
Permalink
|
On Fri, 31 May 2002, David Wheeler wrote: > I would say yes, do that, on one condition: keep the old version around, and > enable it when DEBUG or QA_MODE or some such is enabled. Because you'll be > relying on the presence of a constant, the other stuff will be optimized out > at compile time, but can still be brought in when we run into problems: Good enough for me. In fact, this may be a generally good strategy for the work I'm doing now - skip some run-time tests in bottlenecks unless QA_MODE is set. Thanks, -sam _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Bricolage-Devel mailing list Bricolage-Devel [at] lists https://lists.sourceforge.net/lists/listinfo/bricolage-devel
|