Script Organization

Associate
Joined
25 Feb 2007
Posts
905
Location
Midlands
Hi,

I have lots of SQL scripts that I've written over time and keep finding it difficult to remember which one shows how I've done something!

Anyone have any cool methods of organizing scripts (I suppose it could be any language!) At the moment I've just got them sitting in a directory with semi-meaningful names (usually at the time I wrote them, not so much now)

Cheers!
 
One of the guys at work uses Evernote, or something similar. Pops any code snippets that he has written and may wish to reuse in there. Each bit of code is tagged and commented where needed.

It's a good way of doing it as it completely searchable etc.

Sounds quite good actually. It's the sort of thing I was thinking of (tagging, categories etc.) but I was thinking about some sort of desktop app.

I'll give Evernote a go!
 
Back
Top Bottom