#beSomething is quite common pattern (even recommended in Kent's Best Practice Patterns), maybe it should check for name 'be'<Uppercase> before applying the critic?
I created issues for both so it doesn't get lost here. Peter On Tue, Jul 28, 2015 at 3:24 PM, stepharo <[hidden email]> wrote:
|
I think that there is real problem with noise-to-signal ratio. If I see four critics out of which tree makes in the context of the method/class no sense whatever then the result will not be that I improve my code, because I can't (those critics are false positives), but the result will be that I will start ignoring the critics altogether, because the ratio is too high. This of course depends a lot on the code... if you need a lot of metaprogramming, or a library has some specific method naming (to be easier to use by hand) or whatever then this is a real problem. Peter On Tue, Jul 28, 2015 at 3:55 PM, Peter Uhnák <[hidden email]> wrote:
|
I know that, and this is actually an issue that every system is facing. It is the next step to work on in QualityAssistant. One thing that I wander is whether there are people who want to keep noise. I.e. is it enough to simply cut off the non-accurate rules, people want to choose a threshold for the noise… Uko
|
Free forum by Nabble | Edit this page |