Comment 6 for bug 636193

Revision history for this message
Benji York (benji) wrote : Re: [Bug 636193] Re: feature flags need to self document

On Wed, Jan 5, 2011 at 6:01 PM, Robert Collins
<email address hidden> wrote:
> So a registry is one approach.
>
> Another is to scan the code for flag names that are used. I'm kindof
> partial to this simply because of the strong schemaless design.

I considered that approach. A purely textual scan doesn't seem like it
will work because we get a lot of testing related false hits. Analysing
the AST seems like it would suffer from the same problem.

Do you have another approach or variant that would perform better?
--
Benji York