|
2
|
|
edited Sep 26 '08 at 16:53
|
- 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.
|
|
|
|
1
|
|
answered Sep 26 '08 at 15:33
|
- 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.
|
|
|