EllisLab text mark
Advanced Search
     
what do you use to organise your re-usable code?
Posted: 25 February 2008 08:04 PM   [ Ignore ]
Avatar
Joined: 2008-02-13
46 posts

Hi all. I found myself recently thinking of was to organise my (re usable)code libraries. currently, I simply have structured folders on my local drive, I know it’s simple, but it works. However, lately I have been wondering if there are not better ways. My folder structure is something like:

WebDev
-> resusable
-> -> html
-> -> PHP
-> -> CSS
etc

What do you use to keep organised?

 Signature 

Freedom to choose - Freedom to believe - Freedom to code

 
Posted: 25 February 2008 08:09 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2007-07-30
2144 posts

Mine is very similar to yours. I have a folder on my development hard drive called ‘snippets’ where I store all of my personally developed reusable code (unless I have posted it publicly on my blog).

Anything public, including my own stuff on my blog, I tag on del.icio.us - so I can always refer back to the original site for documentation, tips, updates, etc.

 Signature 

Follow me on twitter here.
MichaelWales.com | MichaelWales.info

 
Posted: 25 February 2008 08:34 PM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Avatar
Joined: 2007-04-16
113 posts

My iPod contains of 1 album. The rest is reusable stuff.

Also a good amount of snippets in TextMate.

 Signature 

EVERY TIME YOU ASK ABOUT CODEIGNITER 2.0… PHIL STURGEON KILLS A KITTEN

 
Posted: 26 February 2008 12:04 AM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Avatar
Joined: 2007-12-03
226 posts

Aptana snippets and also what tobben said. wink

 
Posted: 26 February 2008 05:35 AM   [ Ignore ]   [ # 4 ]   [ Rating: 0 ]
Avatar
Joined: 2008-02-13
46 posts

@Tobben: very creative (to me anyway)

 Signature 

Freedom to choose - Freedom to believe - Freedom to code