小型图书馆的目录结构

发布于 2024-09-13 07:10:17 字数 203 浏览 3 评论 0 原文

所以我在尝试 c# 和 c# 闭包时编写了一个有趣的小扩展方法库(smalltalk 风格的 ifTrue、ifFalse 和 timesRepeat)。

我正在考虑将其放在某个代码共享网站上,但不确定它应该具有什么样的目录结构(测试、库、许可证等)。我还应该包含编译的 dll 吗?

如果您知道某个地方推荐了多种语言/上下文/框架组合的目录结构,那就加分了。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱殇璃 2024-09-20 07:10:17

无需存储已编译的 DLL。

对于托管:尝试 CodePlexGoogle 代码

No need to store compiled DLLs.

For hosting: try CodePlex and Google Code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文