Directory Structure for a Small Library
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.
No need to store compiled DLLs.
For hosting: try CodePlex and Google Code.
精彩评论