vesperin / vesper

source code curation library for Java 1.6 and above
1 stars 0 forks source link

Automatic curation of search results #18

Open hsanchez opened 10 years ago

hsanchez commented 10 years ago

Wish list:

  1. Get smaller set of code snippets
  2. Generate modules around them based on their signature
  3. Merge search results.
  4. Tag code snippets with context specific descriptions.
  5. Lastly, pruning code snippets using vesper commands?

The main goal is to avoid entering into a website to mine candidate code snippets. Instead, I'd like to perform some guided extractions that will help with a user's own code scavenging workflow.

E.g.,

query : (x: Slicing Op) => x(predicate)