Search code examples
code-reuse

How do I index and make available reusable code?


I have many small files containing code fragments, pseudo-code algorithms, classes, templates, SQL-samples, etc., and I obviously cannot put all these into libraries. I need a practical method to index all of them, and to be able to make this index available to others.

  1. What must such an index contain to make searching easiest?
  2. Are there any such repositories available on the web? (So I can test the techniques they use.)
  3. Are there any applications already written that implement this that I can have a look at?

Possible duplicate: https://stackoverflow.com/q/90300/15161


Solution

  • You might want to try refactormycode.com or set up your own wiki for it. A wiki actually sounds like a good application here.