Organization of Reusable Code

closed account (zb0S216C)
The title isn't exactly clear, so I'll elaborate more. Right now, I'm not all that good at organizing completed code libraries and programs into folder hierarchies.

Some of you probably have extensive experience with code organisation, so I'll ask nicely of you; can you please give me some tips?

Wazzak
I just categorize everything, so it goes Projects/<Category>/<Project Name>, e.g. Projects/Experiments/cgc (CGC is an attempt at a garbage collector in C; not that I would actually want one, just to see if I can do it).
closed account (zb0S216C)
Thanks for the info, Chris :)

Wazzak
Topic archived. No new replies allowed.