少于一万行的开源项目 [英] open source projects that are less than ten thousand line

查看:84
本文介绍了少于一万行的开源项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是开源项目的新手,
我想找到适合我的开源项目,
如何找到少于一万行的开源项目?
从来源伪造或其他网站?
我在网上尝试过,但找不到任何解决方案.

i am newbie to open source projects,
i want to find open source projects that a suitable for me,
how can i find open source projects that are less than ten thousand line ?
from source forge or another websites?
i tried in the web but couldn''t find any solution

推荐答案

开放源代码项目未按代码行数列出.

实际上,代码行"已作为一种度量标准而折旧了多年,特别是对于高级语言而言,在高级语言中,单独的编码样式会严重影响代码行数.做:
Open source projects are not listed by number of code lines.

In fact "lines of code" has been depreciated as a metric for years, particularly for high level languages where coding style alone can have a massive affect on code lines count. Do:
if (condition)
   {
   statement;
   }
else
   {
   statement;
   }

和:

if (condition) statement;
else statement;

具有相同数量的代码行吗?
即使他们这样做,代码的大小也不能衡量其质量!

寻找一个具有相关主题或有趣主题的项目-或者,如果您尝试学习该语言,则最好还是拿一本书并按照自己的方式进行学习.从随机代码中学习是一种不好的方法-您会错过太多的基础知识.

Have the same number of lines of code?
Even if they do, the size of the code is not a measure of it''s quality!

Look for a project that has a relevant, or interesting subject - or better still get a book and work your way through it if you are trying to learn the language. Learning from random code is a bad way to do it - you miss far too many basics.


项目不是由行数,周期来衡量的.

请看一下我对这个问题的评论.我完全看不到这个要求.要解释吗?

—SA
Projects are not measured by a number of lines, period.

Please take a look at my comment to the question. I cannot see any sense in this request at all. Care to explain?

—SA


看来您是编程的新手,但是如果您熟悉编程,则可以在Internet上找到各种语言的自由职业者项目,例如:
http://www.scriptlance.com/ [ ^ ]
http://www.freelancer.com/ [ ^ ]
您可以搜索开源项目,也可以为开源社区做出贡献!

但正如最后一个解决方案所讲的那样,按行数衡量代码是错误的,因为它取决于程序员和算法.
it seems you are newbie to programming, but if you are familiar with programming you can find free lance projects over internet which are in different languages like:
http://www.scriptlance.com/[^]
http://www.freelancer.com/[^]
you can search for open source projects or you can contribute with open source communities!

but as the last solution told,it''s wrong to measure your code by number of lines,because it depends on programmer and the algorithm.


这篇关于少于一万行的开源项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆