latent_object_detector icon indicating copy to clipboard operation
latent_object_detector copied to clipboard

Flags frequently used words in method names as possible latent concepts.

Results 7 latent_object_detector issues
Sort by recently updated
recently updated
newest added

As @Bantik can attest to, I've never really liked the name "latent_object_detector" but was never able to come up with something better (ironic, I know.) This might almost be a...

We could use a number sample classes that contain latent objects in order to gauge how effective automated sniffing is. Ideally these are both obvious and not-so-obvious examples of latent...

Often latent objects are scattered across multiple classes; I would argue that cross-class occurrences might be the strongest indicator of latent classes hiding in the code (and usually the most...

Look for common bundles of params. http://sourcemaking.com/refactoring/data-clumps

enhancement

Given multiple classes, look for commonalities.

spike

Could we use stemming, Hamming, and/or Levenshtein distances to find non-exact matches?

question
spike

Comments might contain more linguistic clues to latent objects.

spike