Hi,
By now I have been programming in PhP off and on for some 10 years. My harddisk is full of code, varying from 2 line quickhands, to 100+ line processing routines.
Often I use functions in new projects. Sometimes I re-write parts.
Now however, I am getting to the point that I
- Do not remember all functions I wrote
- Do not always know how they function
- Cannot find functions I know I wrote
- etc.
What are good ways to work here? How do you start compiling libraries. How do you keep track of which is which. And is there some sort of software that can track the documentation & uses of functions written? THat for instance will be able to index my library and based on info I punt in the header of the file can then prepare a listing / manual of my own library, and who knows, keep track of which pages use which functions / versions😕?
Any advice?