Keeping better track of past programming code?
June 4, 2008 9:56 PM
Subscribe
How can I better organize my different bits of programming code for reference and reuse?
Lately I have been using python to control API of various software using pythonwin IDE. To keep myself organized I have been essentially naming folders with long descriptive titles (and also naming them in successive alphabetical order at the begining of the name to keep a reference to how long ago i created this folder), and then inside I have a descriptive name for the actual python file in question.
This is getting out of hand, as it usually takes me far too long to find old snipplets of code that are similar or identical to the one im currently trying to write. And obviously many times i give up finding old code and just code from scratch.
I have no problem with pythonwin (I guess the IDE or even the language isnt even that relevant to this question), but I would like to have software that can organize (tag/preview the code/sort by various criteria such as date made/date last accessed..etc etc) my old code, so that once I find what I am looking for i can just click on the link to the code and it opens up in some other IDE such as pythonwin.
I am using python in a windows environment and would prefer free software (who wouldn't?:P) I have searched a fair bit and can't seem to find anything.
Thanks Metafilter!
posted by figTree to computers & internet (7 comments total)
3 users marked this as a favorite
posted by drjimmy11 at 10:40 PM on June 4