So I wrote a fun little extension method library while trying out c# and c# closures(smalltalk style ifTrue,ifFalse and timesRepeat).
I was thinking of putting this on some code sharing site but am unsure of what sort of directory structure it should have(tests,library,license,ect.). Also should I include compiled dlls?
Bonus points if you know of a place that has recommend directory structures for many languages/contexts/frameworks combos.