show/hide this revision's text 2 add recommendation of directories
  • Group the sources by area of use (network, security, text processing, etc); best in directories for easier browsing.
  • Tag functions by adding keywords into the source documentation. Use an appropriate comment markup system (like javadoc) and create some kind of indexable docs.
  • Search by using some kind of full text search (grep -r, google desktop) on your sources.
show/hide this revision's text 1
  • Group the sources by area of use (network, security, text processing, etc).
  • Tag functions by adding keywords into the source documentation. Use an appropriate comment markup system (like javadoc) and create some kind of indexable docs.
  • Search by using some kind of full text search (grep -r, google desktop) on your sources.