I have 3 folders at home:
Sandbox - my source code verification checks
Dev - projects that are not in version control (tests, experiments, etc.)
3rdPartyDev - third-party code that I downloaded and want to support
I try to support as much third-party code as possible. Thanks to Mac Spotlight, you can instantly search all the code. If there is an API, I need to see some sample code for, I just Spotlight for it and most likely some code out there already uses it.
source share