vote up 0 vote down star

I would like a general purpose code snippets library, that I could use to store bits of code for any language, organized in folders. When any developer on the network adds a snippet, it should get transferred to others.

How can I do this simply? Any app that could be used for sharing libraries of text should be okay too.

flag

I've started researching here: stackoverflow.com/questions/4101/… – Jeremy Rudd Aug 13 at 22:36

3 Answers

vote up 2 vote down

That's called "a wiki".

We use a Sharepoint Wiki page for exactly this purpose ... that way code instructions and examples can be included in the same place.

Ron

link|flag
We're enslaved to Microsoft where I work - so we're just using the Sharepoint Wiki pages. It has a nice WYSIWYG editor for them. :-) – Ron Savage Aug 13 at 22:24
vote up 1 vote down

A wiki is definitely the way to go but why stop there? Why not go with an issue tracking system that adds wiki functionality?

I have first hand experience with Trac and Redmine and openly recommend both of them. We've recently switched from Trac to Redmine where I work and I think I like it a little more than Trac, and use the wiki functionality almost everyday.

Update:

If you are looking for something smaller scale, there was a previous discussion here on SO that looks like it has some interesting links.

link|flag
Is there an offline app that can do collaborated snippets? – Jeremy Rudd Aug 14 at 0:09
You can set up Trac on an internal web server or even running off your own machine. – kibibu Aug 14 at 1:54
vote up 0 vote down check

Code Warehouse is the most extensive source code snippets manager. Code Warehouse is multi-user ready, which means that an organization’s entire development team can share a central code library and benefit from code that is already written and tested.

alt text

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.