timothycrosley / deprecated.frosted

A simple program which checks Python source files for errors.
MIT License
250 stars 23 forks source link

Document the protocol for establishing an objective measurement of the proportion of occurrences of a pattern which occur in error #55

Open exarkun opened 10 years ago

exarkun commented 10 years ago

The project readme states:

Frosted uses the 99% approach as a yard stick. If it is agreed that 99% of the time (or more) that a pattern occurs it's an error, Frosted will report on it

This sounds reasonable. Please expand the documentation to describe your procedure for performing the measurement which informs this decision.

Thanks.