-4

I have a situation, I need to improve our sharing knowledge for each project and generic things for a small team of five coders.

Do you recommend some tools like Wiki but dedicated for coders that allow to create and share code samples?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Nuno Santos
  • 167
  • 2
  • 8
  • 2
    Nice question, though probably better on [programmers.stackexchange.com](http://programmers.stackexchange.com/). In my opinion, putting code samples on a wiki implies duplicating code and I guess developers will forget it from time to time – watery Jan 20 '15 at 12:25

2 Answers2

0

Use this one:

IBM RTC

  • Free up to 10 coders
  • Share source code
  • Share work items among members with descriptions
  • You can apply agile on it
Solano
  • 550
  • 2
  • 9
-1

Atlassian Confluence is a good KB tool in my personal opinion: https://www.atlassian.com/software/confluence

It also has code highlighting: https://confluence.atlassian.com/display/DOC/Code+Block+Macro

mitch2k
  • 526
  • 1
  • 7
  • 15